50 static bool needUniqueId(
55 static void encodeUniqueId(
57 RTI::AttributeHandleValuePairSet* attrs,
58 RTI::AttributeHandle attrHandle);
62 static bool needForceIdentifier(
67 static void encodeForceIdentifier(
69 RTI::AttributeHandleValuePairSet* attrs,
70 RTI::AttributeHandle attrHandle);
74 static bool needActive(
79 static void encodeActive(
81 RTI::AttributeHandleValuePairSet* attrs,
82 RTI::AttributeHandle attrHandle);
86 static bool needAirportCode(
91 static void encodeAirportCode(
93 RTI::AttributeHandleValuePairSet* attrs,
94 RTI::AttributeHandle attrHandle);
98 static bool needApronLight(
103 static void encodeApronLight(
105 RTI::AttributeHandleValuePairSet* attrs,
106 RTI::AttributeHandle attrHandle);
110 static bool needApronFloodLight(
115 static void encodeApronFloodLight(
117 RTI::AttributeHandleValuePairSet* attrs,
118 RTI::AttributeHandle attrHandle);
122 static bool needClearanceBarLight(
127 static void encodeClearanceBarLight(
129 RTI::AttributeHandleValuePairSet* attrs,
130 RTI::AttributeHandle attrHandle);
134 static bool needTaxiwayCentreLight(
139 static void encodeTaxiwayCentreLight(
141 RTI::AttributeHandleValuePairSet* attrs,
142 RTI::AttributeHandle attrHandle);
146 static bool needTaxiwayEdgeLight(
151 static void encodeTaxiwayEdgeLight(
153 RTI::AttributeHandleValuePairSet* attrs,
154 RTI::AttributeHandle attrHandle);
158 static bool needTaxiwayIdentifierMarkerBoardLight(
163 static void encodeTaxiwayIdentifierMarkerBoardLight(
165 RTI::AttributeHandleValuePairSet* attrs,
166 RTI::AttributeHandle attrHandle);
170 static bool needUndercarriageInspectionSystemLight(
175 static void encodeUndercarriageInspectionSystemLight(
177 RTI::AttributeHandleValuePairSet* attrs,
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: objClassDesc13.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
Instances of DtAerodromeStateRepository are used to store state data for Aerodrome objects...
Definition: aerodromeStateRepository.h:25