9 #ifndef DtDesignatorEncoder_H_
10 #define DtDesignatorEncoder_H_
23 #define DtDECLARE_DESIGNATOR_ATTR_CHECKER(attrName) \
24 DtDECLARE_ATTR_CHECKER(DtDesignatorRepository, attrName)
28 #define DtDECLARE_DESIGNATOR_ATTR_ENCODER(attrName) \
29 DtDECLARE_ATTR_ENCODER(DtDesignatorRepository, attrName)
106 #define DtDEFINE_SIMPLE_DESIGNATOR_ATTR_ENCODER( \
107 attrName, netType, inspector) \
108 DtDEFINE_SIMPLE_ATTR_ENCODER(DtDesignatorEncoder, \
109 DtDesignatorRepository, \
110 attrName, netType, inspector)
117 #define DtDEFINE_SIMPLE_DESIGNATOR_ATTR_CHECKER( \
118 attrName, inspector) \
119 DtDEFINE_SIMPLE_ATTR_CHECKER(DtDesignatorEncoder, \
120 DtDesignatorRepository, \
123 #endif //DtDesignatorEncoder_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:60
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_DESIGNATOR_ATTR_ENCODER(attrName)
This is used to declare attribute encoding functions which are members of the class.
Definition: designatorEncoderHLA.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.
#define DtDECLARE_DESIGNATOR_ATTR_CHECKER(attrName)
This is used to declare static member functions for determining whether or not an attribute needs to ...
Definition: designatorEncoderHLA.h:23
An instance of DtObjClassDesc is a "class descriptor" for an HLA Object class.
Definition: objClassDesc13.h:41
class DtDesignatorEncoder:
Definition: designatorEncoderHLA.h:36
static DtHlaStateEncoder * create(DtExerciseConn *exConn, DtObjClassDesc *classDesc)
Create a DtBaseEntityEncoder. Caller is responsible for deletion.
class DtDesignatorRepository:
Definition: designatorRepository.h:20