17#include <fmt/format.h>
61 template<
typename FormatContext>
64 return fmt::formatter<std::string>::format(
NAV::to_string(data), ctx);
@ 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.
WaterVaporModel
Available Water vapor Models.
bool ComboWaterVaporModel(const char *label, WaterVaporModel &waterVaporModel)
Shows a ComboBox to select the water vapor model.
double calcWaterVaporPartialPressure(double temp, double humidity_rel, WaterVaporModel waterVaporModel)
Calculates the partial pressure of water vapor.