20 #define DtDECLARE_MINEFLD_LANE_MARK_OBJ_ATTR_DECODER( attrName ) \
21 DtDECLARE_ATTR_DECODER( DtLinearObjectRepository, attrName )
64 #define DtDEFINE_SIMPLE_MINEFLD_LANE_MARK_OBJ_ATTR_DECODER_WITH_CAST( \
65 attrName, netType, mutator, castExpr ) \
66 DtDEFINE_SIMPLE_ATTR_DECODER_WITH_CAST( \
67 DtMinefieldLaneMarkerObjectDecoder, DtLinearObjectRepository, \
68 attrName, netType, mutator, castExpr )
70 #define DtDEFINE_SIMPLE_MINEFLD_LANE_MARK_OBJ_ATTR_DECODER( \
71 attrName, netType, inspector ) \
72 DtDEFINE_SIMPLE_MINEFLD_LANE_MARK_OBJ_ATTR_DECODER_WITH_CAST( \
73 attrName, netType, inspector, (netType) )
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
class DtEnvironmentObjectDecoder:
Definition: environmentObjectDecoder.h:31
An instance of DtObjClassDesc is a "class descriptor" for an HLA Object class.
Definition: objClassDesc13.h:41
#define DtDECLARE_MINEFLD_LANE_MARK_OBJ_ATTR_DECODER(attrName)
This is used to declare attribute decoding functions which are members of the class.
Definition: minefieldLaneMarkerObjectDecoder.h:20
This file provides a declaration of the class DtEnvironmentObjectDecoder.
DtHlaStateDecoder is used to provide decoding of a state message into a state repository in an HLA (a...
Definition: hlaStateDecoder.h:34
DtEnvironmentObjectDecoder & operator=(const DtEnvironmentObjectDecoder &orig)
assignment operator
static DtHlaStateDecoder * create(DtExerciseConn *exConn, DtObjClassDesc *classDesc)
Create a DtBaseEntityDecoder. Caller is responsible for deletion.
Instances of DtMinefieldLaneMarkerDecoder are used to decode minefield lane marker object state messa...
Definition: minefieldLaneMarkerObjectDecoder.h:27
Instances of DtLinearObjectRepository are used to maintain state information needed by linear object ...
Definition: linearObjectRepository.h:49