0.4.1
Loading...
Searching...
No Matches
Pressure.hpp File Reference

Pressure calculation formulas. More...

Go to the source code of this file.

Namespaces

namespace  NAV
 

Enumerations

enum class  NAV::PressureModel : uint8_t {
  NAV::None ,
  NAV::ConstNN ,
  NAV::ISA ,
  NAV::GPT2 ,
  NAV::GPT3 ,
  NAV::COUNT
}
 Available pressure Models. More...
 

Functions

double NAV::calcTotalPressure (double altitudeMSL, PressureModel pressureModel)
 Calculates the total pressure.
 
bool NAV::ComboPressureModel (const char *label, PressureModel &pressureModel)
 Shows a ComboBox to select the pressure model.
 
const char * NAV::to_string (PressureModel pressureModel)
 Converts the enum to a string.
 

Detailed Description

Pressure calculation formulas.

Author
T. Topp (topp@.nosp@m.ins..nosp@m.uni-s.nosp@m.tutt.nosp@m.gart..nosp@m.de)
Date
2023-01-31

Definition in file Pressure.hpp.