7 #ifndef DtRawBinaryRadioSignalEncoder_H_
8 #define DtRawBinaryRadioSignalEncoder_H_
21 #define DtDECLARE_RAW_BINARY_RADIO_SIGNAL_PARAM_ENCODER(paramName) \
22 DtDECLARE_PARAM_ENCODER(DtSignalInteraction, paramName)
24 #define DtDEFINE_SIMPLE_RAW_BINARY_RADIO_SIGNAL_PARAM_ENCODER(paramName, \
26 DtDEFINE_SIMPLE_PARAM_ENCODER(DtRawBinaryRadioSignalEncoder, \
27 DtSignalInteraction, paramName, netType, inspector)
33 class DT_DLL_VL DtRawBinaryRadioSignalEncoder :
public DtInteractionEncoder
39 DtInterClassDesc* classDesc);
42 virtual ~DtRawBinaryRadioSignalEncoder();
45 DtRawBinaryRadioSignalEncoder(
const DtRawBinaryRadioSignalEncoder& orig);
48 DtRawBinaryRadioSignalEncoder& operator=(
49 const DtRawBinaryRadioSignalEncoder& orig);
53 DtDECLARE_RAW_BINARY_RADIO_SIGNAL_PARAM_ENCODER(HostRadioIndex);
54 DtDECLARE_RAW_BINARY_RADIO_SIGNAL_PARAM_ENCODER(DataRate);
55 DtDECLARE_RAW_BINARY_RADIO_SIGNAL_PARAM_ENCODER(SignalDataLength);
56 DtDECLARE_RAW_BINARY_RADIO_SIGNAL_PARAM_ENCODER(SignalData);
57 DtDECLARE_RAW_BINARY_RADIO_SIGNAL_PARAM_ENCODER(TacticalDataLinkType);
58 DtDECLARE_RAW_BINARY_RADIO_SIGNAL_PARAM_ENCODER(TDLMessageCount);
61 DtDECLARE_RAW_BINARY_RADIO_SIGNAL_PARAM_ENCODER(HostRadioID);
Instances of DtExerciseConn are used to provide an application's interface or connection to the netwo...
Definition: exerciseConnDIS.h:62
#define DT_DLL_VL
Definition: vlMachineTypes.h:108
Instances of DtSignalPdu are used to send simulated signal data.
Definition: signalPdu.h:28