Structure containing data from the temperature sensors. More...
Types | |
enum class | SENSOR_LOCATION |
Lists possible locations of temperature sensors. More... | |
Functions | |
ERROR_CODE | get (SENSOR_LOCATION location, float &temperature) |
Gets the temperature value at a temperature sensor location. More... | |
Attributes | |
std::map< SENSOR_LOCATION, float > | temperature_map |
Map storing the temperatures at the different temperature sensors location. More... | |
Structure containing data from the temperature sensors.
|
strong |
ERROR_CODE get | ( | SENSOR_LOCATION | location, |
float & | temperature | ||
) |
Gets the temperature value at a temperature sensor location.
location | : Location of the temperature sensor to request. |
std::map<SENSOR_LOCATION, float> temperature_map |
Map storing the temperatures at the different temperature sensors location.