9 #ifndef DtEmitterSystemEncoder_H_
10 #define DtEmitterSystemEncoder_H_
23 #define DtDECLARE_EMITTERSYS_ATTR_CHECKER(attrName) \
24 DtDECLARE_ATTR_CHECKER(DtEmitterSystemRepository, attrName)
28 #define DtDECLARE_EMITTERSYS_ATTR_ENCODER(attrName) \
29 DtDECLARE_ATTR_ENCODER(DtEmitterSystemRepository, attrName)
91 #define DtDEFINE_SIMPLE_EMITTERSYS_ATTR_ENCODER( \
92 attrName, netType, inspector) \
93 DtDEFINE_SIMPLE_ATTR_ENCODER(DtEmitterSystemEncoder, \
94 DtEmitterSystemRepository, \
95 attrName, netType, inspector)
102 #define DtDEFINE_SIMPLE_EMITTERSYS_ATTR_CHECKER( \
103 attrName, inspector) \
104 DtDEFINE_SIMPLE_ATTR_CHECKER(DtEmitterSystemEncoder, \
105 DtEmitterSystemRepository, \
108 #endif //DtEmitterSystemEncoder_H_
DtBaseEmbeddedSystemEncoder & operator=(const DtBaseEmbeddedSystemEncoder &orig)
assignment operator
Instances of DtExerciseConn are used to provide an application's interface or connection to the netwo...
Definition: exerciseConnHLA.h:61
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_EMITTERSYS_ATTR_ENCODER(attrName)
This is used to declare attribute encoding functions which are members of the class.
Definition: emitterSystemEncoder.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.
An instance of DtObjClassDesc is a "class descriptor" for an HLA Object class.
Definition: objClassDesc1516.h:41
class DtEmitterSystemEncoder:
Definition: emitterSystemEncoder.h:36
#define DtDECLARE_EMITTERSYS_ATTR_CHECKER(attrName)
This is used to declare static member functions for determining whether or not an attribute needs to ...
Definition: emitterSystemEncoder.h:23
Instances of DtEmitterSystemRepository are used to store state data for emitter systems in both HLA a...
Definition: emitterSystemRepository.h:29
static DtHlaStateEncoder * create(DtExerciseConn *exConn, DtObjClassDesc *classDesc)
Create a DtBaseEntityEncoder. Caller is responsible for deletion.