| makVrv::DtWindStateCommand::DtWindStateCommand |
( |
| ) |
|
| virtual makVrv::DtWindStateCommand::~DtWindStateCommand |
( |
| ) |
|
|
virtual |
| virtual float makVrv::DtWindStateCommand::windBaseMSLAltitude |
( |
| ) |
const |
|
virtual |
Set / Get the value and set state for wind base MSL altitude, in meters.
| virtual void makVrv::DtWindStateCommand::setWindBaseMSLAltitude |
( |
float |
baseMSLAltitude | ) |
|
|
virtual |
| virtual bool makVrv::DtWindStateCommand::windDirectionSet |
( |
| ) |
const |
|
virtual |
Set / Get the value and set state for wind direction, in radians from true north (clockwise).
| virtual float makVrv::DtWindStateCommand::windDirection |
( |
| ) |
const |
|
virtual |
| virtual void makVrv::DtWindStateCommand::setWindDirection |
( |
float |
radians | ) |
|
|
virtual |
| virtual bool makVrv::DtWindStateCommand::windSpeedSet |
( |
| ) |
const |
|
virtual |
Set / Get the value and set state for wind speed, in meters per
second.
| virtual float makVrv::DtWindStateCommand::windSpeed |
( |
| ) |
const |
|
virtual |
| virtual void makVrv::DtWindStateCommand::setWindSpeed |
( |
float |
metersPerSecond | ) |
|
|
virtual |
| virtual void makVrv::DtWindStateCommand::execute |
( |
DtDe & |
de | ) |
|
|
virtual |
This function passes elevational wind data to DtEnvironment if all wind data (base MSL altitude, wind speed, and wind direction) are all set - otherwise this function does nothing. For DtWindState_v1, the base MSL altitude is always 0.
- See Also
- DtEnvironment::addElevationalWind(...)
Implements makVrv::DtVrvCommand.
| float makVrv::DtWindStateCommand::myWindBaseMSLAltitude |
|
protected |
| float makVrv::DtWindStateCommand::myWindDirection |
|
protected |
| float makVrv::DtWindStateCommand::myWindSpeed |
|
protected |
| bool makVrv::DtWindStateCommand::myWindDirectionSet |
|
protected |
| bool makVrv::DtWindStateCommand::myWindSpeedSet |
|
protected |
The documentation for this class was generated from the following file: