9 #ifndef DtRadioReceiverDecoder_H_
10 #define DtRadioReceiverDecoder_H_
23 #define DtDECLARE_RADIORECVR_ATTR_DECODER(attrName) \
24 DtDECLARE_ATTR_DECODER(DtRadioReceiverRepository, attrName)
83 #define DtDEFINE_SIMPLE_RADIORECVR_ATTR_DECODER_WITH_CAST( \
84 attrName, netType, mutator, castExpr) \
85 DtDEFINE_SIMPLE_ATTR_DECODER_WITH_CAST( \
86 DtRadioReceiverDecoder, DtRadioReceiverRepository, \
87 attrName, netType, mutator, castExpr)
89 #define DtDEFINE_SIMPLE_RADIORECVR_ATTR_DECODER( \
90 attrName, netType, inspector) \
91 DtDEFINE_SIMPLE_RADIORECVR_ATTR_DECODER_WITH_CAST( \
92 attrName, netType, inspector, (netType))
94 #endif //DtRadioReceiverDecoder_H_
DtBaseEmbeddedSystemDecoder & operator=(const DtBaseEmbeddedSystemDecoder &orig)
assignment operator
Instances of DtExerciseConn are used to provide an application's interface or connection to the netwo...
Definition: exerciseConnHLA.h:61
#define DT_DLL_VL
Definition: vlMachineTypes.h:108
This file provides a declaration of the class DtBaseEmbeddedSystemDecoder.
An instance of DtObjClassDesc is a "class descriptor" for an HLA Object class.
Definition: objClassDesc13.h:41
DtHlaStateDecoder is used to provide decoding of a state message into a state repository in an HLA (a...
Definition: hlaStateDecoder.h:34
class DtRadioReceiverDecoder:
Definition: radioReceiverDecoderHLA.h:31
Instances of DtRadioReceiverRepository are used to store state information for radio receiver objects...
Definition: radioReceiverRepository.h:19
#define DtDECLARE_RADIORECVR_ATTR_DECODER(attrName)
This is used to declare attribute decoding functions which are members of the class.
Definition: radioReceiverDecoderHLA.h:23
void addMyDecoders()
Add decoding functions for the attributes.
static DtHlaStateDecoder * create(DtExerciseConn *exConn, DtObjClassDesc *classDesc)
Create a DtBaseEntityDecoder. Caller is responsible for deletion.
class DtBaseEmbeddedSystemDecoder:
Definition: baseEmbeddedSystemDecoder.h:32