8 #ifndef aggregateEntityDecoder_H_
9 #define aggregateEntityDecoder_H_
91 #define DtDEFINE_SIMPLE_AGGREGATE_ATTR_DECODER_WITH_CAST_SET( \
92 attrName, netType, castExpr) \
93 DtDEFINE_SIMPLE_ATTR_DECODER_WITH_CAST_SET( \
94 DtAggregateEntityDecoder, DtAggregateStateRepository, \
95 attrName, netType, castExpr)
97 #define DtDEFINE_SIMPLE_AGGREGATE_ATTR_DECODER_SET( \
99 DtDEFINE_SIMPLE_ATTR_DECODER_SET( \
100 DtAggregateEntityDecoder, DtAggregateStateRepository, \
Instances of DtExerciseConn are used to provide an application's interface or connection to the netwo...
Definition: exerciseConnHLA.h:61
#define DT_DLL_VL
Definition: vlMachineTypes.h:108
Instances of DtBaseEntityDecoder are used to decode a base entity state message into a state reposito...
Definition: baseEntityDecoder.h:41
void addMyDecoders()
Add decoding functions for the attributes.
#define DtDECLARE_AGGREGATE_ATTR_DECODER(attrName)
This is used to declare attribute decoding functions which are members of the class.
Definition: baseEntityDecoder.h:28
An instance of DtObjClassDesc is a "class descriptor" for an HLA Object class.
Definition: objClassDesc1516.h:41
class DtAggregateEntityDecoder:
Definition: aggregateEntityDecoder.h:23
DtHlaStateDecoder is used to provide decoding of a state message into a state repository in an HLA (a...
Definition: hlaStateDecoder.h:34
This file provides a declaration of the class DtBaseEntityDecoder.
static DtHlaStateDecoder * create(DtExerciseConn *exConn, DtObjClassDesc *classDesc)
Create a DtBaseEntityDecoder. Caller is responsible for deletion.
DtBaseEntityDecoder & operator=(const DtBaseEntityDecoder &orig)
assignment operator
A protocol independent representation of an aggregate.
Definition: aggregateStateRepository.h:29