50 static void decodeSnow(
52 const RTI::AttributeHandleValuePairSet& attrs,
56 static void decodeMoisture(
58 const RTI::AttributeHandleValuePairSet& attrs,
62 static void decodeIceCondition(
64 const RTI::AttributeHandleValuePairSet& attrs,
68 static void decodeBlowingParticulateMatter(
70 const RTI::AttributeHandleValuePairSet& attrs,
74 static void decodePriority(
76 const RTI::AttributeHandleValuePairSet& attrs,
80 static void decodeSnowMinimumAltitude(
82 const RTI::AttributeHandleValuePairSet& attrs,
86 static void decodeSnowRoadAccumulation(
88 const RTI::AttributeHandleValuePairSet& attrs,
92 static void decodeRainAccumulation(
94 const RTI::AttributeHandleValuePairSet& attrs,
98 static void decodeReferenceTemperatureAltitude(
100 const RTI::AttributeHandleValuePairSet& attrs,
104 static void decodeReferencePressureAltitude(
106 const RTI::AttributeHandleValuePairSet& attrs,
110 static void decodeIsLightningPresent(
112 const RTI::AttributeHandleValuePairSet& attrs,
116 static void decodeVisualObscurantColor(
118 const RTI::AttributeHandleValuePairSet& attrs,
122 static void decodeVisualObscurantHeight(
124 const RTI::AttributeHandleValuePairSet& attrs,
128 static void decodeVrfWeatherAreaIdentifier(
130 const RTI::AttributeHandleValuePairSet& attrs,
DtWeatherDecoder & operator=(const DtWeatherDecoder &orig)
Assignment operator.
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
An instance of DtObjClassDesc is a "class descriptor" for an HLA Object class.
Definition: objClassDesc13.h:41
DtHlaStateDecoder is used to provide decoding of a state message into a state repository in an HLA (a...
Definition: hlaStateDecoder.h:34
Instances of DtLandSurfaceDecoder are used to decode data from the network into DtLandSurfaceStateRep...
Definition: landSurfaceDecoderHLA.h:24
Contains the DtWeatherDecoder class declaration.
Instances of DtWeatherDecoder are used to decode data from the network into DtWeatherStateRepository ...
Definition: weatherDecoderHLA.h:24
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.
static DtHlaStateDecoder * create(DtExerciseConn *exConn, DtObjClassDesc *classDesc)
Creates an instance of DtWeatherDecoder.