0.3.0
Loading...
Searching...
No Matches
Temperature.hpp File Reference

Temperature calculation formulas. More...

Go to the source code of this file.

Classes

class  NAV::TemperatureModel
 Temperature Model parameters. More...
 

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.
 

Detailed Description

Temperature calculation formulas.

Author
T. Topp (topp@.nosp@m.ins..nosp@m.uni-s.nosp@m.tutt.nosp@m.gart..nosp@m.de)
Date
2023-01-31

Function Documentation

◆ ComboTemperatureModel()

bool NAV::ComboTemperatureModel ( const char * label,
TemperatureModel & temperatureModel )

Shows a ComboBox to select the temperature model.

Parameters
[in]labelLabel to show beside the combo box. This has to be a unique id for ImGui.
[in]temperatureModelReference to the temperature model to select

◆ from_json()

void NAV::from_json ( const json & j,
TemperatureModel & obj )

Converts the provided json object into a node object.

Parameters
[in]jJson object with the needed values
[out]objObject to fill from the json

◆ operator==() [1/3]

bool NAV::operator== ( const TemperatureModel & lhs,
const TemperatureModel & rhs )
constexpr

Equal compares Pin::Kind values.

Parameters
[in]lhsLeft-hand side of the operator
[in]rhsRight-hand side of the operator
Returns
Whether the comparison was successful

◆ operator==() [2/3]

bool NAV::operator== ( const TemperatureModel & lhs,
const TemperatureModel::Model & rhs )
constexpr

Equal compares Pin::Kind values.

Parameters
[in]lhsLeft-hand side of the operator
[in]rhsRight-hand side of the operator
Returns
Whether the comparison was successful

◆ operator==() [3/3]

bool NAV::operator== ( const TemperatureModel::Model & lhs,
const TemperatureModel & rhs )
constexpr

Equal compares Pin::Kind values.

Parameters
[in]lhsLeft-hand side of the operator
[in]rhsRight-hand side of the operator
Returns
Whether the comparison was successful

◆ to_json()

void NAV::to_json ( json & j,
const TemperatureModel & obj )

Converts the provided object into json.

Parameters
[out]jJson object which gets filled with the info
[in]objObject to convert into json

◆ to_string() [1/2]

const char * NAV::to_string ( const TemperatureModel & temperatureModel)

Converts the enum to a string.

Parameters
[in]temperatureModelEnum value to convert into text
Returns
String representation of the enum

◆ to_string() [2/2]

const char * NAV::to_string ( TemperatureModel::Model temperatureModel)

Converts the enum to a string.

Parameters
[in]temperatureModelEnum value to convert into text
Returns
String representation of the enum