imunano33
0.1.1
|
Contains imunano33::TempUnit and imunano33::PressureUnit enums, in addition to number type. More...
Go to the source code of this file.
Typedefs | |
using | imunano33::num_t = double |
Alias to number type depending on embed. | |
Enumerations | |
enum | imunano33::TempUnit { imunano33::FAHRENHEIT , imunano33::CELSIUS , imunano33::KELVIN } |
An enumerator describing units of temperature values. More... | |
enum | imunano33::PressureUnit { imunano33::KPA , imunano33::ATM , imunano33::MMHG , imunano33::PSI } |
An enumerator describing units of pressure values. More... | |
Contains imunano33::TempUnit and imunano33::PressureUnit enums, in addition to number type.
enum imunano33::TempUnit |