11 #ifndef L16RadioSignalDec_H_
12 #define L16RadioSignalDec_H_
23 #define DtDECLARE_LINK16_RADIO_SIGNAL_PARAM_DECODER(paramName) \
24 DtDECLARE_PARAM_DECODER(DtL16RadioSignalInteraction, paramName)
26 #define DtDEFINE_SIMPLE_LINK16_RADIO_SIGNAL_PARAM_DECODER(paramName, \
28 DtDEFINE_SIMPLE_PARAM_DECODER(DtL16RadioSignalDecoder, \
29 DtL16RadioSignalInteraction, paramName, netType, mutator)
31 #define DtDEFINE_SIMPLE_LINK16_RADIO_SIGNAL_PARAM_DECODER_WITH_CAST( \
32 paramName, netType, mutator, castExpr) \
33 DtDEFINE_SIMPLE_PARAM_DECODER_WITH_CAST( \
34 DtL16RadioSignalDecoder, DtL16RadioSignalInteraction, \
35 paramName, netType, mutator, castExpr)
67 const RTI::ParameterHandleValuePairSet& params,
int index);
72 static int decodeDataBuffer(std::vector<DtU8>& data,
73 const RTI::ParameterHandleValuePairSet& params,
int index);
Instances of DtExerciseConn are used to provide an application's interface or connection to the netwo...
Definition: exerciseConnHLA.h:60
#define DT_DLL_VL
Definition: vlMachineTypes.h:108
#define DtDECLARE_LINK16_RADIO_SIGNAL_PARAM_DECODER(paramName)
This can be used to declare parameter processor functions which are static members of a class...
Definition: l16RadioSignalDecoder.h:23
Instances of DtInterClassDesc are used to represent HLA Object and Interaction classes.
Definition: interClassDesc.h:33
This file provides a declaration of the class DtRawBinaryRadioSignalDecoder.
Definition: jtidsMessageRadioSignalInteraction.h:23
class DtRawBinaryRadioSignalDecoder:
Definition: rawBinaryRadioSignalDecoder.h:45
DtRawBinaryRadioSignalDecoder & operator=(const DtRawBinaryRadioSignalDecoder &orig)
assignment operator
Definition: l16RadioSignalDecoder.h:37