20 virtual double airTemperature(
const DtVector& localPosition)
const override;
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:186
virtual double airTemperature(const DtVector &localPosition) const override
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.
virtual ~MyWeatherStateProvider() override
Central access point of all non-object-specific the services and managers that are available for use ...
Definition: simulationServices.h:96
MyWeatherStateProvider(const DtSimulationServices *simManager)
virtual const DtSimulationServices * simManager() const