17#include <fmt/format.h>
55struct fmt::formatter<NAV::PressureModel> : fmt::formatter<std::string>
61 template<
typename FormatContext>
64 return fmt::formatter<std::string>::format(NAV::to_string(data), ctx);
@ None
None.
Definition GlobalActions.hpp:21
@ COUNT
Amount of items in the enum.
PressureModel
Available pressure Models.
Definition Pressure.hpp:24
@ ConstNN
Constant value at zero altitude.
@ ISA
ICAO Standard Atmosphere.
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.