57 static void encodeSnow(
59 RTI::AttributeHandleValuePairSet* attrs,
60 RTI::AttributeHandle attrHandle);
64 static bool needMoisture(
69 static void encodeMoisture(
71 RTI::AttributeHandleValuePairSet* attrs,
72 RTI::AttributeHandle attrHandle);
76 static bool needIceCondition(
81 static void encodeIceCondition(
83 RTI::AttributeHandleValuePairSet* attrs,
84 RTI::AttributeHandle attrHandle);
88 static bool needPriority(
93 static void encodePriority(
95 RTI::AttributeHandleValuePairSet* attrs,
96 RTI::AttributeHandle attrHandle);
100 static bool needSnowMinimumAltitude(
105 static void encodeSnowMinimumAltitude(
107 RTI::AttributeHandleValuePairSet* attrs,
108 RTI::AttributeHandle attrHandle);
112 static bool needSnowRoadAccumulation(
117 static void encodeSnowRoadAccumulation(
119 RTI::AttributeHandleValuePairSet* attrs,
120 RTI::AttributeHandle attrHandle);
124 static bool needRainAccumulation(
129 static void encodeRainAccumulation(
131 RTI::AttributeHandleValuePairSet* attrs,
132 RTI::AttributeHandle attrHandle);
136 static bool needReferenceTemperatureAltitude(
141 static void encodeReferenceTemperatureAltitude(
143 RTI::AttributeHandleValuePairSet* attrs,
144 RTI::AttributeHandle attrHandle);
148 static bool needReferencePressureAltitude(
153 static void encodeReferencePressureAltitude(
155 RTI::AttributeHandleValuePairSet* attrs,
156 RTI::AttributeHandle attrHandle);
160 static bool needIsLightningPresent(
165 static void encodeIsLightningPresent(
167 RTI::AttributeHandleValuePairSet* attrs,
168 RTI::AttributeHandle attrHandle);
172 static bool needVisualObscurantColor(
177 static void encodeVisualObscurantColor(
179 RTI::AttributeHandleValuePairSet* attrs,
180 RTI::AttributeHandle attrHandle);
184 static bool needVisualObscurantHeight(
189 static void encodeVisualObscurantHeight(
191 RTI::AttributeHandleValuePairSet* attrs,
192 RTI::AttributeHandle attrHandle);
196 static bool needVrfWeatherAreaIdentifier(
201 static void encodeVrfWeatherAreaIdentifier(
203 RTI::AttributeHandleValuePairSet* attrs,
204 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
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 DtLandSurfaceEncoder encode data from DtLandSurfaceStateRepository objects to the net st...
Definition: landSurfaceEncoderHLA.h:24
DtWeatherEncoder & operator=(const DtWeatherEncoder &orig)
Assignment operator.
Instances of DtWeatherEncoder encode data from DtWeatherStateRepository objects to the net structures...
Definition: weatherEncoderHLA.h:24
static DtHlaStateEncoder * create(DtExerciseConn *exConn, DtObjClassDesc *classDesc)
Function that creates a DtWeatherEncoder.
Contains the DtWeatherEncoder class declaration.
Instances of DtLandSurfaceStateRepository are used to store state data for METOC_Root.EnvironmentCondition.Weather.LandSurface objects.
Definition: landSurfaceStateRepository.h:31
This file contains typedefs for machine dependant types.