22 class DT_DLL_VL DtAerodromeDecoder :
public DtHlaStateDecoder
28 DtObjClassDesc* classDesc);
31 virtual ~DtAerodromeDecoder();
34 DtAerodromeDecoder(
const DtAerodromeDecoder& orig);
37 DtAerodromeDecoder& operator=(
const DtAerodromeDecoder& orig);
41 static DtHlaStateDecoder* create(
43 DtObjClassDesc* classDesc);
48 static void decodeUniqueId(
50 const RTI::AttributeHandleValuePairSet& attrs,
54 static void decodeForceIdentifier(
56 const RTI::AttributeHandleValuePairSet& attrs,
60 static void decodeActive(
62 const RTI::AttributeHandleValuePairSet& attrs,
66 static void decodeAirportCode(
68 const RTI::AttributeHandleValuePairSet& attrs,
72 static void decodeApronLight(
74 const RTI::AttributeHandleValuePairSet& attrs,
78 static void decodeApronFloodLight(
80 const RTI::AttributeHandleValuePairSet& attrs,
84 static void decodeClearanceBarLight(
86 const RTI::AttributeHandleValuePairSet& attrs,
90 static void decodeTaxiwayCentreLight(
92 const RTI::AttributeHandleValuePairSet& attrs,
96 static void decodeTaxiwayEdgeLight(
98 const RTI::AttributeHandleValuePairSet& attrs,
102 static void decodeTaxiwayIdentifierMarkerBoardLight(
104 const RTI::AttributeHandleValuePairSet& attrs,
108 static void decodeUndercarriageInspectionSystemLight(
110 const RTI::AttributeHandleValuePairSet& attrs,
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
This file contains the declaration of DtHlaStateDecoder.
Instances of DtAerodromeStateRepository are used to store state data for Aerodrome objects...
Definition: aerodromeStateRepository.h:25