static DtWeatherStateProvider * create(const DtSimulationServices *simMgr)
Definition: myWeatherStateProvider.h:10
This class contains the functions that the VRF simulation uses to query the current state of the weat...
Definition: weatherStateProvider.h:185
virtual ~MyWeatherStateProvider()
Central access point of all non-object-specific the services and managers that are available for use ...
Definition: simulationServices.h:89
MyWeatherStateProvider(const DtSimulationServices *simManager)
virtual const DtSimulationServices * simManager() const
virtual double airTemperature(const DtVector &localPosition) const
Air temperature in degrees C at the given 3D location. In the default implementation, the ambient temperature in a weather object is taken to be the MSL temperature. airTemperatureAtAltitude is used to compute the net temperature.