9 #ifndef DtRadioTransmitterDecoder_H_
10 #define DtRadioTransmitterDecoder_H_
23 #define DtDECLARE_RADIOXMIT_ATTR_DECODER(attrName) \
24 DtDECLARE_ATTR_DECODER(DtRadioTransmitterRepository, attrName)
110 #define DtDEFINE_SIMPLE_RADIOXMIT_ATTR_DECODER_WITH_CAST( \
111 attrName, netType, mutator, castExpr) \
112 DtDEFINE_SIMPLE_ATTR_DECODER_WITH_CAST( \
113 DtRadioTransmitterDecoder, DtRadioTransmitterRepository, \
114 attrName, netType, mutator, castExpr)
116 #define DtDEFINE_SIMPLE_RADIOXMIT_ATTR_DECODER( \
117 attrName, netType, inspector) \
118 DtDEFINE_SIMPLE_RADIOXMIT_ATTR_DECODER_WITH_CAST( \
119 attrName, netType, inspector, (netType))
121 #endif //DtRadioTransmitterDecoder_H_
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
This file provides a declaration of the class DtBaseEmbeddedSystemDecoder.
An instance of DtObjClassDesc is a "class descriptor" for an HLA Object class.
Definition: objClassDesc1516.h:41
class DtRadioTransmitterDecoder:
Definition: radioTransmitterDecoderHLA.h:31
#define DtDECLARE_RADIOXMIT_ATTR_DECODER(attrName)
This is used to declare attribute decoding functions which are members of the class.
Definition: radioTransmitterDecoderHLA.h:23
DtHlaStateDecoder is used to provide decoding of a state message into a state repository in an HLA (a...
Definition: hlaStateDecoder.h:32
Instances of DtRadioTransmitterRepository are used to store state information for objects which are r...
Definition: radioTransmitterRepository.h:29
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