7 #ifndef DtAircraftEncoder_H_
8 #define DtAircraftEncoder_H_
77 #define DtDEFINE_SIMPLE_AIRCRAFT_ATTR_ENCODER( \
78 attrName, netType, inspector) \
79 DtDEFINE_SIMPLE_ATTR_ENCODER( \
81 DtEntityStateRepository, \
82 attrName, netType, inspector)
89 #define DtDEFINE_SIMPLE_AIRCRAFT_ATTR_CHECKER( \
90 attrName, inspector) \
91 DtDEFINE_SIMPLE_ATTR_CHECKER( \
93 DtEntityStateRepository, \
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 DtAircraftEncoder:
Definition: aircraftEncoder.h:25
DtHlaStateEncoder is used to provide encoding of a state repository into a state message in an HLA (a...
Definition: hlaStateEncoder.h:30
An instance of DtObjClassDesc is a "class descriptor" for an HLA Object class.
Definition: objClassDesc13.h:41
Contains the DtEntityStateRepository class declaration.