65 #define DtDEFINE_SIMPLE_GROUNDVEHICLE_ATTR_DECODER_WITH_CAST( \
66 attrName, netType, mutator, castExpr) \
67 DtDEFINE_SIMPLE_ATTR_DECODER_WITH_CAST( \
68 DtGroundVehicleDecoder, DtEntityStateRepository, \
69 attrName, netType, mutator, castExpr)
71 #define DtDEFINE_SIMPLE_GROUNDVEHICLE_ATTR_DECODER( \
72 attrName, netType, inspector) \
73 DtDEFINE_SIMPLE_GROUNDVEHICLE_ATTR_DECODER_WITH_CAST( \
74 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 DtGroundVehicleDecoder:
Definition: groundVehicleDecoder.h:23
An instance of DtObjClassDesc is a "class descriptor" for an HLA Object class.
Definition: objClassDesc1516.h:41
Instances of DtEntityStateRepository are used to maintain attributes and state of entity objects in a...
Definition: entityStateRepository.h:41
DtHlaStateDecoder is used to provide decoding of a state message into a state repository in an HLA (a...
Definition: hlaStateDecoder.h:34