9 #ifndef DtBurstPointObjectEncoder_H_
10 #define DtBurstPointObjectEncoder_H_
23 #define DtDECLARE_BURST_POINT_OBJ_ATTR_CHECKER(attrName) \
24 DtDECLARE_ATTR_CHECKER(DtPointObjectRepository, attrName)
28 #define DtDECLARE_BURST_POINT_OBJ_ATTR_ENCODER(attrName) \
29 DtDECLARE_ATTR_ENCODER(DtPointObjectRepository, attrName)
79 #define DtDEFINE_SIMPLE_BURST_POINT_OBJ_ATTR_ENCODER( \
80 attrName, netType, inspector) \
81 DtDEFINE_SIMPLE_ATTR_ENCODER(DtBurstPointObjectEncoder, \
82 DtPointObjectRepository, \
83 attrName, netType, inspector)
90 #define DtDEFINE_SIMPLE_BURST_POINT_OBJ_ATTR_CHECKER( \
91 attrName, inspector) \
92 DtDEFINE_SIMPLE_ATTR_CHECKER(DtBurstPointObjectEncoder, \
93 DtPointObjectRepository, \
96 #endif //hBurstPtObjDec_H_
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
static DtHlaStateEncoder * create(DtExerciseConn *exConn, DtObjClassDesc *classDesc)
Create a DtBaseEntityEncoder. Caller is responsible for deletion.
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
This file provides protocol independence for point object encoder includes.
DtPointObjectEncoder & operator=(const DtPointObjectEncoder &orig)
assignment operator
Instances of DtPointObjectRepository are used to maintain state information needed by point environme...
Definition: pointObjectRepository.h:31
Instances of DtPointObjectEncoder are used to encode point object state messages from a state reposit...
Definition: pointObjectEncoderHLA.h:33
#define DtDECLARE_BURST_POINT_OBJ_ATTR_ENCODER(attrName)
This is used to declare attribute encoding functions which are members of the class.
Definition: burstPointObjectEncoder.h:28
#define DtDECLARE_BURST_POINT_OBJ_ATTR_CHECKER(attrName)
This is used to declare static member functions for determining whether or not an attribute needs to ...
Definition: burstPointObjectEncoder.h:23
Instances of DtBurstPointObjectEncoder are used to encode burst point object state messages from a st...
Definition: burstPointObjectEncoder.h:34