Temperature calculation formulas.
More...
Go to the source code of this file.
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
◆ ComboTemperatureModel()
bool NAV::ComboTemperatureModel |
( |
const char * | label, |
|
|
TemperatureModel & | temperatureModel ) |
Shows a ComboBox to select the temperature model.
- Parameters
-
[in] | label | Label to show beside the combo box. This has to be a unique id for ImGui. |
[in] | temperatureModel | Reference to the temperature model to select |
◆ from_json()
Converts the provided json object into a node object.
- Parameters
-
[in] | j | Json object with the needed values |
[out] | obj | Object to fill from the json |
◆ operator==() [1/3]
Equal compares Pin::Kind values.
- Parameters
-
[in] | lhs | Left-hand side of the operator |
[in] | rhs | Right-hand side of the operator |
- Returns
- Whether the comparison was successful
◆ operator==() [2/3]
Equal compares Pin::Kind values.
- Parameters
-
[in] | lhs | Left-hand side of the operator |
[in] | rhs | Right-hand side of the operator |
- Returns
- Whether the comparison was successful
◆ operator==() [3/3]
Equal compares Pin::Kind values.
- Parameters
-
[in] | lhs | Left-hand side of the operator |
[in] | rhs | Right-hand side of the operator |
- Returns
- Whether the comparison was successful
◆ to_json()
Converts the provided object into json.
- Parameters
-
[out] | j | Json object which gets filled with the info |
[in] | obj | Object to convert into json |
◆ to_string() [1/2]
Converts the enum to a string.
- Parameters
-
[in] | temperatureModel | Enum value to convert into text |
- Returns
- String representation of the enum
◆ to_string() [2/2]
Converts the enum to a string.
- Parameters
-
[in] | temperatureModel | Enum value to convert into text |
- Returns
- String representation of the enum