7 #ifndef DtAircraftDecoder_H_
8 #define DtAircraftDecoder_H_
76 #define DtDEFINE_SIMPLE_AIRCRAFT_ATTR_DECODER_WITH_CAST( \
77 attrName, netType, mutator, castExpr) \
78 DtDEFINE_SIMPLE_ATTR_DECODER_WITH_CAST( \
79 DtAircraftDecoder, DtEntityStateRepository, \
80 attrName, netType, mutator, castExpr)
82 #define DtDEFINE_SIMPLE_AIRCRAFT_ATTR_DECODER( \
83 attrName, netType, inspector) \
84 DtDEFINE_SIMPLE_AIRCRAFT_ATTR_DECODER_WITH_CAST( \
85 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
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
class DtAircraftDecoder:
Definition: aircraftDecoder.h:26