64 return value * 1.8 - 459.67;
70 out << temp.
value <<
"K";
The class stores temperatures in Kelvin and provides helper methods to convert to/from Celsius.
double toFahrenheit() const
static Temperature fromCelsius(double _value)
double value
Temperature in Kelvin.
static Temperature fromFahrenheit(double _value)
static Temperature fromKelvin(double _value)
Reference material can be found at the JEDEC website: UFS standard http://www.jedec....
std::ostream & operator<<(std::ostream &os, const ArmSemihosting::InPlaceArg &ipa)