|
FlightGear next
|
#include <atmosphere.hxx>
Inherits FGAtmoCache.
Public Member Functions | |
| FGAltimeter () | |
| double | reading_ft (const double p_inHg, const double set_inHg=atmodel::ISA::P0/atmodel::inHg) |
| double | press_alt_ft (const double p_inHg) |
| double | kollsman_ft (const double set_inHg) |
| void | dump_stack () |
| void | dump_stack1 (const double Tref) |
Public Member Functions inherited from FGAtmoCache | |
| FGAtmoCache () | |
| ~FGAtmoCache () | |
| void | tabulate () |
| void | cache () |
| void | check_model () |
Definition at line 162 of file atmosphere.hxx.
| FGAltimeter::FGAltimeter | ( | ) |
Definition at line 265 of file atmosphere.cxx.
| void FGAltimeter::dump_stack | ( | ) |
Definition at line 354 of file atmosphere.cxx.
| void FGAltimeter::dump_stack1 | ( | const double | Tref | ) |
Definition at line 318 of file atmosphere.cxx.
|
inline |
Definition at line 170 of file atmosphere.hxx.
|
inline |
Definition at line 167 of file atmosphere.hxx.
| double FGAltimeter::reading_ft | ( | const double | p_inHg, |
| const double | set_inHg = atmodel::ISA::P0/atmodel::inHg ) |
Definition at line 270 of file atmosphere.cxx.