16 namespace makVrfMetoc {
30 DtExerciseConn* exConn,
31 DtObjClassDesc* classDesc);
45 DtExerciseConn* exConn,
46 DtObjClassDesc* classDesc);
52 static bool needTemperature(
57 static void encodeTemperature(
59 RTI::AttributeHandleValuePairSet* attrs,
60 RTI::AttributeHandle attrHandle);
69 static void encodeWind(
71 RTI::AttributeHandleValuePairSet* attrs,
72 RTI::AttributeHandle attrHandle);
76 static bool needPrecipitation(
81 static void encodePrecipitation(
83 RTI::AttributeHandleValuePairSet* attrs,
84 RTI::AttributeHandle attrHandle);
93 static void encodeHaze(
95 RTI::AttributeHandleValuePairSet* attrs,
96 RTI::AttributeHandle attrHandle);
100 static bool needHumidity(
105 static void encodeHumidity(
107 RTI::AttributeHandleValuePairSet* attrs,
108 RTI::AttributeHandle attrHandle);
112 static bool needBarometricPressure(
117 static void encodeBarometricPressure(
119 RTI::AttributeHandleValuePairSet* attrs,
120 RTI::AttributeHandle attrHandle);
124 static bool needVisibilityRange(
129 static void encodeVisibilityRange(
131 RTI::AttributeHandleValuePairSet* attrs,
132 RTI::AttributeHandle attrHandle);
#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
Contains the DtEnvironmentConditionEncoder class declaration.
Instances of DtEnvironmentConditionEncoder encode data from DtEnvironmentConditionStateRepository obj...
Definition: environmentConditionEncoderHLA.h:24
Instances of DtWeatherEncoder encode data from DtWeatherStateRepository objects to the net structures...
Definition: weatherEncoderHLA.h:24