8 #ifndef aggregateEntityEncoder_H_
9 #define aggregateEntityEncoder_H_
100 #define DtDEFINE_SIMPLE_AGG_ENTITY_ATTR_ENCODER( \
101 attrName, netType, inspector) \
102 DtDEFINE_SIMPLE_ATTR_ENCODER(DtAggregateEntityEncoder, \
103 DtAggregateStateRepository, \
104 attrName, netType, inspector)
111 #define DtDEFINE_SIMPLE_AGG_ENTITY_ATTR_CHECKER( \
112 attrName, inspector) \
113 DtDEFINE_SIMPLE_ATTR_CHECKER(DtAggregateEntityEncoder, \
114 DtAggregateStateRepository, \
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
class DtBaseEntityEncoder:
Definition: baseEntityEncoder.h:58
DtHlaStateEncoder is used to provide encoding of a state repository into a state message in an HLA (a...
Definition: hlaStateEncoder.h:30
An instance of DtObjClassDesc is a "class descriptor" for an HLA Object class.
Definition: objClassDesc1516.h:41
DtBaseEntityEncoder & operator=(const DtBaseEntityEncoder &orig)
assignment operator
This file provides a declaration of the class DtBaseEntityEncoder.
#define DtDECLARE_AGGREGATE_ATTR_CHECKER(attrName)
This is used to declare static member functions for determining whether or not an attribute needs to ...
Definition: baseEntityEncoder.h:34
class DtAggregateEntityEncoder:
Definition: aggregateEntityEncoder.h:22
This file provides a declaration of the class DtAggregateStateRepository.
#define DtDECLARE_AGGREGATE_ATTR_ENCODER(attrName)
This is used to declare attribute encoding functions which are members of the class.
Definition: baseEntityEncoder.h:39
static DtHlaStateEncoder * create(DtExerciseConn *exConn, DtObjClassDesc *classDesc)
Create a DtBaseEntityEncoder. Caller is responsible for deletion.