17 namespace makVrfMetoc {
29 DtExerciseConn* exConn,
30 DtObjClassDesc* classDesc);
44 DtExerciseConn* exConn,
45 DtObjClassDesc* classDesc);
52 const RTI::AttributeHandleValuePairSet& attrs,
56 static void decodeWind(
58 const RTI::AttributeHandleValuePairSet& attrs,
62 static void decodePrecipitation(
64 const RTI::AttributeHandleValuePairSet& attrs,
68 static void decodeHaze(
70 const RTI::AttributeHandleValuePairSet& attrs,
74 static void decodeHumidity(
76 const RTI::AttributeHandleValuePairSet& attrs,
80 static void decodeBarometricPressure(
82 const RTI::AttributeHandleValuePairSet& attrs,
86 static void decodeVisibilityRange(
88 const RTI::AttributeHandleValuePairSet& attrs,
#define DT_DLL_METOC
This file is used to determine how to build.
Definition: vrfMetocDefines.h:21
Instances of DtWeatherStateRepository are used to store state data for METOC_Root.EnvironmentCondition.Weather objects.
Definition: weatherStateRepository.h:33
This repository holds all information that is common to all the forms of all objects within VR-Forces...
Definition: weatherStateRepository.h:20
Instances of DtEnvironmentConditionDecoder are used to decode data from the network into DtEnvironmen...
Definition: environmentConditionDecoderHLA.h:24
Contains the DtEnvironmentConditionDecoder class declaration.
void decodeTemperature(DtEntityStateRepWithTemperature *stateRep, const RTI::AttributeHandleValuePairSet &avlist, int pairSetIndex)
Instances of DtWeatherDecoder are used to decode data from the network into DtWeatherStateRepository ...
Definition: weatherDecoderHLA.h:24