Go to the documentation of this file.
38 #ifndef __BASE_TEMPERATURE_HH__
39 #define __BASE_TEMPERATURE_HH__
160 constexpr Temperature
166 constexpr Temperature
172 constexpr Temperature
180 #endif // __BASE_TEMPERATURE_HH__
constexpr double toCelsius() const
double value
Temperature in Kelvin.
constexpr bool operator>=(const Temperature &rhs) const
constexpr bool operator==(const Temperature &rhs) const
constexpr Temperature operator-(const Temperature &rhs) const
constexpr Temperature operator*(const Temperature &lhs, const double &rhs)
constexpr bool operator<(const Temperature &rhs) const
constexpr bool operator!=(const Temperature &rhs) const
constexpr friend Temperature operator/(const Temperature &lhs, const double &rhs)
Temperature & operator-=(const Temperature &rhs)
constexpr friend Temperature operator*(const Temperature &lhs, const double &rhs)
The class stores temperatures in Kelvin and provides helper methods to convert to/from Celsius.
constexpr Temperature operator+(const Temperature &rhs) const
static Temperature fromKelvin(double _value)
static Temperature fromFahrenheit(double _value)
constexpr bool operator<=(const Temperature &rhs) const
Temperature & operator*=(const double &rhs)
constexpr double toKelvin() const
Temperature & operator/=(const double &rhs)
friend std::ostream & operator<<(std::ostream &out, const Temperature &t)
static Temperature fromCelsius(double _value)
Reference material can be found at the JEDEC website: UFS standard http://www.jedec....
double toFahrenheit() const
constexpr Temperature operator/(const Temperature &lhs, const double &rhs)
constexpr bool operator>(const Temperature &rhs) const
Temperature & operator+=(const Temperature &rhs)
constexpr Temperature(double _value=0.0)
Explicit constructor assigning a value.
Generated on Tue Dec 21 2021 11:34:25 for gem5 by doxygen 1.8.17