Contains sensors temperature data. More...
Types | |
enum class | SENSOR_LOCATION |
Defines the location of each sensor for TemperatureData. More... | |
Functions | |
ERROR_CODE | get (SENSOR_LOCATION location, float &temperature) |
Attributes | |
std::map< SENSOR_LOCATION, float > | temperature_map |
Contains sensors temperature data.
ERROR_CODE get | ( | SENSOR_LOCATION | location, |
float & | temperature | ||
) |
std::map<SENSOR_LOCATION, float> temperature_map |