|
WSF
|
A table to get wind direction and speed as a function of altitude above MSL. More...
#include <WsfEnvironment.hpp>
Public Member Functions | |
| WindAltitudeTable () | |
| Constructor for the WindAltitudeTable. | |
Public Attributes | |
| TblIndVarU< double > | mAltitude |
| TblDepVar1< double > | mWindDirection |
| TblDepVar1< double > | mWindSpeed |
| TblLookupLU< double > | mAltLookup |
A table to get wind direction and speed as a function of altitude above MSL.
| WsfEnvironment::WindAltitudeTable::WindAltitudeTable | ( | ) |
Constructor for the WindAltitudeTable.
| TblIndVarU<double> WsfEnvironment::WindAltitudeTable::mAltitude |
| TblLookupLU<double> WsfEnvironment::WindAltitudeTable::mAltLookup |
| TblDepVar1<double> WsfEnvironment::WindAltitudeTable::mWindDirection |
| TblDepVar1<double> WsfEnvironment::WindAltitudeTable::mWindSpeed |