10 #ifndef DtAppSpecificRadioSignalDecoder_H_
11 #define DtAppSpecificRadioSignalDecoder_H_
23 #define DtDECLARE_APP_SPECIFIC_RADIO_SIGNAL_PARAM_DECODER(paramName) \
24 DtDECLARE_PARAM_DECODER(DtSignalInteraction, paramName)
26 #define DtDEFINE_SIMPLE_APP_SPECIFIC_RADIO_SIGNAL_PARAM_DECODER(paramName, \
28 DtDEFINE_SIMPLE_PARAM_DECODER(DtAppSpecificRadioSignalDecoder, \
29 DtSignalInteraction, paramName, netType, mutator)
31 #define DtDEFINE_SIMPLE_APP_SPECIFIC_RADIO_SIGNAL_PARAM_DECODER_WITH_CAST( \
32 paramName, netType, mutator, castExpr) \
33 DtDEFINE_SIMPLE_PARAM_DECODER_WITH_CAST( \
34 DtAppSpecificRadioSignalDecoder, DtSignalInteraction, \
35 paramName, netType, mutator, castExpr)
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
Instances of DtInterClassDesc are used to represent HLA Object and Interaction classes.
Definition: interClassDesc.h:33
This file contains the declaration of DtInteractionDecoder.
#define DtDECLARE_APP_SPECIFIC_RADIO_SIGNAL_PARAM_DECODER(paramName)
This can be used to declare parameter processor functions which are static members of a class...
Definition: appSpecificRadioSignalDecoder.h:23
Instances of DtAppSpecificRadioSignalDecoder are used to decode radio signal state messages into a st...
Definition: appSpecificRadioSignalDecoder.h:43
DtInteractionDecoder & operator=(const DtInteractionDecoder &orig)
assignment operator - not implemented.
Instances of DtSignalInteraction are used to represent RadioSignal RPR FOM Interactions.
Definition: signalInteractionHLA.h:42
Instances of DtInteractionDecoder are used to decode interactions from the network.
Definition: interactionDecoder.h:37