![]() |
0.4.1
|
Go to the source code of this file.
Namespaces | |
namespace | NAV |
Functions | |
bool | NAV::ComboTemperatureModel (const char *label, TemperatureModel &temperatureModel) |
Shows a ComboBox to select the temperature model. | |
void | NAV::from_json (const json &j, TemperatureModel &obj) |
Converts the provided json object into a node object. | |
void | NAV::to_json (json &j, const TemperatureModel &obj) |
Converts the provided object into json. | |
const char * | NAV::to_string (const TemperatureModel &temperatureModel) |
Converts the enum to a string. | |
const char * | NAV::to_string (TemperatureModel::Model temperatureModel) |
Converts the enum to a string. | |