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