9 #ifndef DtRadioTransmitterEncoder_H_
10 #define DtRadioTransmitterEncoder_H_
23 #define DtDECLARE_RADIOXMIT_ATTR_CHECKER(attrName) \
24 DtDECLARE_ATTR_CHECKER(DtRadioTransmitterRepository, attrName)
28 #define DtDECLARE_RADIOXMIT_ATTR_ENCODER(attrName) \
29 DtDECLARE_ATTR_ENCODER(DtRadioTransmitterRepository, attrName)
150 #define DtDEFINE_SIMPLE_RADIOXMIT_ATTR_ENCODER( \
151 attrName, netType, inspector) \
152 DtDEFINE_SIMPLE_ATTR_ENCODER(DtRadioTransmitterEncoder, \
153 DtRadioTransmitterRepository, \
154 attrName, netType, inspector)
161 #define DtDEFINE_SIMPLE_RADIOXMIT_ATTR_CHECKER( \
162 attrName, inspector) \
163 DtDEFINE_SIMPLE_ATTR_CHECKER(DtRadioTransmitterEncoder, \
164 DtRadioTransmitterRepository, \
167 #endif //DtRadioTransmitterEncoder_H_
DtBaseEmbeddedSystemEncoder & operator=(const DtBaseEmbeddedSystemEncoder &orig)
assignment operator
#define DtDECLARE_RADIOXMIT_ATTR_CHECKER(attrName)
This is used to declare static member functions for determining whether or not an attribute needs to ...
Definition: radioTransmitterEncoderHLA.h:23
Instances of DtExerciseConn are used to provide an application's interface or connection to the netwo...
Definition: exerciseConnHLA.h:58
Instances of DtBaseEmbeddedSystemEncoder are used to encode a base embedded system state repository i...
Definition: baseEmbeddedSystemEncoder.h:35
#define DT_DLL_VL
Definition: vlMachineTypes.h:108
#define DtDECLARE_RADIOXMIT_ATTR_ENCODER(attrName)
This is used to declare attribute encoding functions which are members of the class.
Definition: radioTransmitterEncoderHLA.h:28
DtHlaStateEncoder is used to provide encoding of a state repository into a state message in an HLA (a...
Definition: hlaStateEncoder.h:30
This file provides a declaration of the class DtBaseEmbeddedSystemEncoder.
class DtRadioTransmitterEncoder:
Definition: radioTransmitterEncoderHLA.h:36
An instance of DtObjClassDesc is a "class descriptor" for an HLA Object class.
Definition: objClassDesc13.h:41
Instances of DtRadioTransmitterRepository are used to store state information for objects which are r...
Definition: radioTransmitterRepository.h:29
static DtHlaStateEncoder * create(DtExerciseConn *exConn, DtObjClassDesc *classDesc)
Create a DtBaseEntityEncoder. Caller is responsible for deletion.