17#include <fmt/format.h>
61 template<
typename FormatContext>
64 return fmt::formatter<std::string>::format(
NAV::to_string(data), ctx);
PressureModel
Available pressure Models.
@ ConstNN
Constant value at zero altitude.
@ ISA
ICAO Standard Atmosphere.
@ COUNT
Amount of items in the enum.
@ None
Ionosphere model turned off.
const char * to_string(gui::widgets::PositionWithFrame::ReferenceFrame refFrame)
Converts the enum to a string.
double calcTotalPressure(double altitudeMSL, PressureModel pressureModel)
Calculates the total pressure.
bool ComboPressureModel(const char *label, PressureModel &pressureModel)
Shows a ComboBox to select the pressure model.