![]() |
VR-Link API Documentation for HLA 1.3
|
00001 /********************************************************************* 00002 * ** Copyright (c) 2011 VT MAK 00003 * ** All rights reserved. 00004 * *********************************************************************/ 00005 /********************************************************************* 00006 * ** $RCSfile: hJtidsMsgRadSigEnc.h,v $ $Revision: 1.1 $ $State: Exp $ 00007 * *********************************************************************/ 00008 00009 #if DtHLA 00010 00011 #ifndef JtidsMessageRadioSignalEnc_H_ 00012 #define JtidsMessageRadioSignalEnc_H_ 00013 00014 #include <vl/hL16RadSigEnc.h> 00015 #include <vl/hJtidsMsgRadSigInter.h> 00016 00017 #define DtDECLARE_JTIDS_HEADER_RADIO_SIGNAL_PARAM_ENCODER(paramName) \ 00018 DtDECLARE_PARAM_ENCODER(DtJtidsMessageRadioSignalInteraction, paramName) 00019 00020 #define DtDEFINE_SIMPLE_JTIDS_HEADER_RADIO_SIGNAL_PARAM_ENCODER(paramName, \ 00021 netType, inspector) \ 00022 DtDEFINE_SIMPLE_PARAM_ENCODER(DtJtidsMessageRadioSignalEncoder, \ 00023 DtJtidsMessageRadioSignalInteraction, paramName, netType, inspector) 00024 00025 class DT_DLL_VL DtJtidsMessageRadioSignalEncoder : public DtL16RadioSignalEncoder 00026 { 00027 public: 00028 00030 DtJtidsMessageRadioSignalEncoder(DtExerciseConn* exConn, 00031 DtInterClassDesc* classDesc); 00032 00034 virtual ~DtJtidsMessageRadioSignalEncoder(); 00035 00036 DtJtidsMessageRadioSignalEncoder(const DtJtidsMessageRadioSignalEncoder& orig); 00037 00038 DtJtidsMessageRadioSignalEncoder& operator=(const DtJtidsMessageRadioSignalEncoder& orig); 00039 00040 protected: 00041 00042 DtDECLARE_JTIDS_HEADER_RADIO_SIGNAL_PARAM_ENCODER(JTIDSheader); 00043 DtDECLARE_JTIDS_HEADER_RADIO_SIGNAL_PARAM_ENCODER(TADILJmessage); 00044 }; 00045 00046 #endif 00047 #endif