7 #ifndef DtSurfaceVesselDecoder_H_
8 #define DtSurfaceVesselDecoder_H_
84 #define DtDEFINE_SIMPLE_SURFACE_VESSEL_ATTR_DECODER_WITH_CAST( \
85 attrName, netType, mutator, castExpr) \
86 DtDEFINE_SIMPLE_ATTR_DECODER_WITH_CAST( \
87 DtSurfaceVesselDecoder, DtEntityStateRepository, \
88 attrName, netType, mutator, castExpr)
90 #define DtDEFINE_SIMPLE_SURFACE_VESSEL_ATTR_DECODER( \
91 attrName, netType, inspector) \
92 DtDEFINE_SIMPLE_SURFACE_VESSEL_ATTR_DECODER_WITH_CAST( \
93 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 DtSurfaceVesselDecoder:
Definition: surfaceVesselDecoder.h:26
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:42
DtHlaStateDecoder is used to provide decoding of a state message into a state repository in an HLA (a...
Definition: hlaStateDecoder.h:34