VR-Forces 4.10 Class Documentation
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Groups Pages
myWeatherStateProvider.h
Go to the documentation of this file.
1 /*******************************************************************************
2 ** Copyright (c) 2020 MAK Technologies, Inc.
3 ** All rights reserved.
4 *******************************************************************************/
5 /*******************************************************************************
6 ** $RCSfile: myActuator.h,v $ $Revision: 1.11 $ $State: Exp $
7 *******************************************************************************/
8 
9 #ifndef MyWeatherStateProvider_H_
10 #define MyWeatherStateProvider_H_
11 
13 
15 {
16 public:
17 
18  //constructor
20 
21  //destructor
22  virtual ~MyWeatherStateProvider();
23 
24  virtual double airTemperature(const DtVector& localPosition) const;
25 
26 public:
27 
28  //Creator function to be registered with the DtWeatherStateFactory --
29  //see main.cxx
30  static DtWeatherStateProvider* create(const DtSimManager* simMgr);
31 
32 };
33 
34 #endif
35 
36 
Definition: myWeatherStateProvider.h:14
This class contains the functions that the VRF simulation uses to query the current state of the weat...
Definition: weatherStateProvider.h:183
MyWeatherStateProvider(const DtSimManager *simManager)
virtual const DtSimManager * simManager() const
virtual ~MyWeatherStateProvider()
static DtWeatherStateProvider * create(const DtSimManager *simMgr)
The simulation engine is controlled by a single,top-level class called the Simulation Manager...
Definition: simManager.h:103
virtual double airTemperature(const DtVector &localPosition) const
Air temperature in degrees C at the given 3D location.

Document ID: Generated on Tue Sep 21 17:42:52 EDT 2021 from SVN revision 234861
Copyright © 2005-2021 MAK Technologies. All Rights Reserved (www.mak.com)