50 static bool needUniqueId(
55 static void encodeUniqueId(
58 RTI::AttributeHandle attrHandle);
62 static bool needForceIdentifier(
67 static void encodeForceIdentifier(
70 RTI::AttributeHandle attrHandle);
74 static bool needActive(
79 static void encodeActive(
82 RTI::AttributeHandle attrHandle);
86 static bool needAirportCode(
91 static void encodeAirportCode(
94 RTI::AttributeHandle attrHandle);
98 static bool needApronLight(
103 static void encodeApronLight(
106 RTI::AttributeHandle attrHandle);
110 static bool needApronFloodLight(
115 static void encodeApronFloodLight(
118 RTI::AttributeHandle attrHandle);
122 static bool needClearanceBarLight(
127 static void encodeClearanceBarLight(
130 RTI::AttributeHandle attrHandle);
134 static bool needTaxiwayCentreLight(
139 static void encodeTaxiwayCentreLight(
142 RTI::AttributeHandle attrHandle);
146 static bool needTaxiwayEdgeLight(
151 static void encodeTaxiwayEdgeLight(
154 RTI::AttributeHandle attrHandle);
158 static bool needTaxiwayIdentifierMarkerBoardLight(
163 static void encodeTaxiwayIdentifierMarkerBoardLight(
166 RTI::AttributeHandle attrHandle);
170 static bool needUndercarriageInspectionSystemLight(
175 static void encodeUndercarriageInspectionSystemLight(
178 RTI::AttributeHandle attrHandle);
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
This file contains the declaration of DtHlaStateEncoder.
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: objClassDesc1516.h:41
Instances of DtAerodromeEncoder encode data from DtAerodromeStateRepository objects to the net struct...
Definition: aerodromeEncoderHLA.h:22
DtHlaStateEncoder & operator=(const DtHlaStateEncoder &orig)
assignment operator
Used to provide backwards compatibility for VR-Link Encoders and Decoders who use either AttributeHan...
Definition: rtiCompatibility.h:154
Instances of DtAerodromeStateRepository are used to store state data for Aerodrome objects...
Definition: aerodromeStateRepository.h:25