9 #ifndef burstPointObjectDecoder_H_
10 #define burstPointObjectDecoder_H_
23 #define DtDECLARE_BURST_POINT_OBJ_ATTR_DECODER(attrName) \
24 DtDECLARE_ATTR_DECODER(DtPointObjectRepository, attrName)
70 #define DtDEFINE_SIMPLE_BURST_POINT_OBJ_ATTR_DECODER_WITH_CAST( \
71 attrName, netType, mutator, castExpr) \
72 DtDEFINE_SIMPLE_ATTR_DECODER_WITH_CAST( \
73 DtBurstPointObjectDecoder, DtPointObjectRepository, \
74 attrName, netType, mutator, castExpr)
76 #define DtDEFINE_SIMPLE_BURST_POINT_OBJ_ATTR_DECODER( \
77 attrName, netType, inspector) \
78 DtDEFINE_SIMPLE_BURST_POINT_OBJ_ATTR_DECODER_WITH_CAST( \
79 attrName, netType, inspector, (netType))
81 #endif //hBurstPtObjDec_H_
Instances of DtExerciseConn are used to provide an application's interface or connection to the netwo...
Definition: exerciseConnHLA.h:58
#define DT_DLL_VL
Definition: vlMachineTypes.h:108
static DtHlaStateDecoder * create(DtExerciseConn *exConn, DtObjClassDesc *classDesc)
Create a DtHlaStateEncoder. Caller is responsible for deletion.
An instance of DtObjClassDesc is a "class descriptor" for an HLA Object class.
Definition: objClassDesc1516.h:41
Instances of DtBurstPointObjectDecoder are used to decode burst point object state messages for a sta...
Definition: burstPointObjectDecoder.h:29
This file provides protocol independence for point object decoder includes.
DtHlaStateDecoder is used to provide decoding of a state message into a state repository in an HLA (a...
Definition: hlaStateDecoder.h:32
Instances of DtPointObjectRepository are used to maintain state information needed by point environme...
Definition: pointObjectRepository.h:31
Instances of DtPointObjectDecoder are used to decode point object state messages for a state reposito...
Definition: pointObjectDecoderHLA.h:26
#define DtDECLARE_BURST_POINT_OBJ_ATTR_DECODER(attrName)
This is used to declare attribute decoding functions which are members of the class.
Definition: burstPointObjectDecoder.h:23