24 class DT_DLL_VL DtWeatherDecoder :
public DtEnvironmentConditionDecoder
30 DtObjClassDesc* classDesc);
33 virtual ~DtWeatherDecoder();
36 DtWeatherDecoder(
const DtWeatherDecoder& orig);
39 DtWeatherDecoder& operator=(
const DtWeatherDecoder& orig);
43 static DtHlaStateDecoder* create(
45 DtObjClassDesc* classDesc);
50 static void decodeTemperature(
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,
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 DtEnvironmentConditionDecoder class declaration.
This file contains typedefs for machine dependant types.