![]() |
VR-Link API Documentation for HLA Evolved
|
00001 /********************************************************************* 00002 ** Copyright (c) 1992-2010 VT MAK 00003 ** All rights reserved. 00004 *********************************************************************/ 00005 00006 00007 #ifndef DtRawBinaryRadioSignalEncoder_H_ 00008 #define DtRawBinaryRadioSignalEncoder_H_ 00009 00010 #if DtHLA 00011 00012 00013 #include "interEncoder.h" 00014 00018 00019 class DT_DLL_VL DtSignalInteraction; 00020 00021 #define DtDECLARE_RAW_BINARY_RADIO_SIGNAL_PARAM_ENCODER(paramName) \ 00022 DtDECLARE_PARAM_ENCODER(DtSignalInteraction, paramName) 00023 00024 #define DtDEFINE_SIMPLE_RAW_BINARY_RADIO_SIGNAL_PARAM_ENCODER(paramName, \ 00025 netType, inspector) \ 00026 DtDEFINE_SIMPLE_PARAM_ENCODER(DtRawBinaryRadioSignalEncoder, \ 00027 DtSignalInteraction, paramName, netType, inspector) 00028 00032 00033 class DT_DLL_VL DtRawBinaryRadioSignalEncoder : public DtInteractionEncoder 00034 { 00035 public: 00036 00038 DtRawBinaryRadioSignalEncoder(DtExerciseConn* exConn, 00039 DtInterClassDesc* classDesc); 00040 00042 virtual ~DtRawBinaryRadioSignalEncoder(); 00043 00045 DtRawBinaryRadioSignalEncoder(const DtRawBinaryRadioSignalEncoder& orig); 00046 00048 DtRawBinaryRadioSignalEncoder& operator=( 00049 const DtRawBinaryRadioSignalEncoder& orig); 00050 00051 protected: 00052 00053 DtDECLARE_RAW_BINARY_RADIO_SIGNAL_PARAM_ENCODER(HostRadioIndex); 00054 DtDECLARE_RAW_BINARY_RADIO_SIGNAL_PARAM_ENCODER(DataRate); 00055 DtDECLARE_RAW_BINARY_RADIO_SIGNAL_PARAM_ENCODER(SignalDataLength); 00056 DtDECLARE_RAW_BINARY_RADIO_SIGNAL_PARAM_ENCODER(SignalData); 00057 DtDECLARE_RAW_BINARY_RADIO_SIGNAL_PARAM_ENCODER(TacticalDataLinkType); 00058 DtDECLARE_RAW_BINARY_RADIO_SIGNAL_PARAM_ENCODER(TDLMessageCount); 00059 00061 DtDECLARE_RAW_BINARY_RADIO_SIGNAL_PARAM_ENCODER(HostRadioID); 00062 }; 00063 00064 #endif //! DtHLA 00065 00066 #endif //! DtRawBinaryRadioSignalEncoder_H_ 00067