![]() |
0.4.1
|
Temperature calculation formulas. More...
Go to the source code of this file.
Data Structures | |
class | NAV::TemperatureModel |
Temperature Model parameters. More... | |
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. | |
constexpr bool | NAV::operator== (const TemperatureModel &lhs, const TemperatureModel &rhs) |
Equal compares Pin::Kind values. | |
constexpr bool | NAV::operator== (const TemperatureModel &lhs, const TemperatureModel::Model &rhs) |
Equal compares Pin::Kind values. | |
constexpr bool | NAV::operator== (const TemperatureModel::Model &lhs, const TemperatureModel &rhs) |
Equal compares Pin::Kind values. | |
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. | |