7 #ifndef DtAircraftDecoder_H_
8 #define DtAircraftDecoder_H_
26 class DT_DLL_VL DtAircraftDecoder :
public DtPlatformDecoder
33 DtObjClassDesc* classDesc);
36 virtual ~DtAircraftDecoder();
40 const DtAircraftDecoder& orig);
43 DtAircraftDecoder& operator=(
44 const DtAircraftDecoder& orig);
50 static DtHlaStateDecoder* create(
52 DtObjClassDesc* classDesc);
62 DtDECLARE_ENTITY_ATTR_DECODER(AntiCollisionLightsDayNight);
63 DtDECLARE_ENTITY_ATTR_DECODER(AntiCollisionLightsFlashing);
64 DtDECLARE_ENTITY_ATTR_DECODER(FormationLightsLuminance);
65 DtDECLARE_ENTITY_ATTR_DECODER(NavigationLightsFlashing);
66 DtDECLARE_ENTITY_ATTR_DECODER(NVGMode);
67 DtDECLARE_ENTITY_ATTR_DECODER(TaxiwayLightsOn);
68 DtDECLARE_ENTITY_ATTR_DECODER(HDULightsOn);
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: exerciseConnDIS.h:62
#define DT_DLL_VL
Definition: vlMachineTypes.h:108
Instances of DtEntityStateRepository are used to maintain attributes and state of entity objects in a...
Definition: entityStateRepository.h:42