![]() |
VR-Forces 4.0.4 Class Documentation
|

Public Member Functions | |
| DtVrfWindStateRepository (makVrv::DtDe &) | |
| CSTR. | |
| virtual | ~DtVrfWindStateRepository () |
| DSTR. | |
| virtual float | windSpeed () |
| Returns the current value of windSpeed. | |
| virtual float | windDirection () |
| Returns the current value of windDirection. | |
Static Public Member Functions | |
| static DtVrfWindStateRepository & | instance (makVrv::DtDe &de) |
| Returns instance of the messager. | |
Protected Member Functions | |
| virtual void | slot_WindSpeedChanged (float) |
| receives signals from the sim when wind speed has been changed | |
| virtual void | slot_WindDirectionChanged (float) |
| receives signals from the sim when wind speed has been changed | |
| virtual void | initialize () |
| signals & slots | |
Protected Attributes | |
| makVrv::DtDe & | myDe |
| float | myWindSpeed |
| float | myWindDirection |
| virtual makVrf::DtVrfWindStateRepository::~DtVrfWindStateRepository | ( | ) | [virtual] |
DSTR.
| static DtVrfWindStateRepository& makVrf::DtVrfWindStateRepository::instance | ( | makVrv::DtDe & | de | ) | [static] |
Returns instance of the messager.
| virtual float makVrf::DtVrfWindStateRepository::windSpeed | ( | ) | [virtual] |
Returns the current value of windSpeed.
| virtual float makVrf::DtVrfWindStateRepository::windDirection | ( | ) | [virtual] |
Returns the current value of windDirection.
| virtual void makVrf::DtVrfWindStateRepository::slot_WindSpeedChanged | ( | float | ) | [protected, virtual] |
receives signals from the sim when wind speed has been changed
| virtual void makVrf::DtVrfWindStateRepository::slot_WindDirectionChanged | ( | float | ) | [protected, virtual] |
receives signals from the sim when wind speed has been changed
| virtual void makVrf::DtVrfWindStateRepository::initialize | ( | ) | [protected, virtual] |
signals & slots
makVrv::DtDe& makVrf::DtVrfWindStateRepository::myDe [protected] |
float makVrf::DtVrfWindStateRepository::myWindSpeed [protected] |
float makVrf::DtVrfWindStateRepository::myWindDirection [protected] |