24 class DT_DLL_VL DtWeatherEncoder :
public DtEnvironmentConditionEncoder
31 DtObjClassDesc* classDesc);
34 virtual ~DtWeatherEncoder();
37 DtWeatherEncoder(
const DtWeatherEncoder& orig);
40 DtWeatherEncoder& operator=(
const DtWeatherEncoder& orig);
44 static DtHlaStateEncoder* create(
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);
Instances of DtExerciseConn are used to provide an application's interface or connection to the netwo...
Definition: exerciseConnDIS.h:62
#define DT_DLL_VL
Definition: vlMachineTypes.h:108
Instances of DtWeatherStateRepository are used to store state data for METOC_Root.EnvironmentCondition.Weather objects.
Definition: weatherStateRepository.h:33
Contains the DtEnvironmentConditionEncoder class declaration.
This file contains typedefs for machine dependant types.