20 #define DtDECLARE_MINEFLD_LANE_MARK_OBJ_ATTR_CHECKER( attrName ) \
21 DtDECLARE_ATTR_CHECKER( DtLinearObjectRepository, attrName )
25 #define DtDECLARE_MINEFLD_LANE_MARK_OBJ_ATTR_ENCODER( attrName ) \
26 DtDECLARE_ATTR_ENCODER( DtLinearObjectRepository, attrName )
69 #define DtDEFINE_SIMPLE_MINEFLD_LANE_MARK_OBJ_ATTR_ENCODER( \
70 attrName, netType, inspector ) \
71 DtDEFINE_SIMPLE_ATTR_ENCODER( DtLinearObjectEncoder, \
72 DtLinearObjectRepository, \
73 attrName, netType, inspector )
80 #define DtDEFINE_SIMPLE_MINEFLD_LANE_MARK_OBJ_ATTR_CHECKER( \
81 attrName, inspector ) \
82 DtDEFINE_SIMPLE_ATTR_CHECKER( DtLinearObjectEncoder, \
83 DtLinearObjectRepository, \
static DtHlaStateEncoder * create(DtExerciseConn *exConn, DtObjClassDesc *classDesc)
Create a DtBaseEntityEncoder. Caller is responsible for deletion.
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
#define DtDECLARE_MINEFLD_LANE_MARK_OBJ_ATTR_ENCODER(attrName)
This is used to declare attribute encoding functions which are members of the class.
Definition: minefieldLaneMarkerObjectEncoder.h:25
DtHlaStateEncoder is used to provide encoding of a state repository into a state message in an HLA (a...
Definition: hlaStateEncoder.h:30
class DtEnvironmentObjectEncoder:
Definition: environmentObjectEncoder.h:36
Instances of DtMinefieldLaneMarkerEncoder are used to encode minefield lane marker object state messa...
Definition: minefieldLaneMarkerObjectEncoder.h:31
An instance of DtObjClassDesc is a "class descriptor" for an HLA Object class.
Definition: objClassDesc13.h:41
This file provides a declaration of the class DtEnvironmentObjectEncoder.
Instances of DtLinearObjectRepository are used to maintain state information needed by linear object ...
Definition: linearObjectRepository.h:49
#define DtDECLARE_MINEFLD_LANE_MARK_OBJ_ATTR_CHECKER(attrName)
This is used to declare attribute encoding functions which are members of the class.
Definition: minefieldLaneMarkerObjectEncoder.h:20
DtEnvironmentObjectEncoder & operator=(const DtEnvironmentObjectEncoder &orig)
assignment operator