SensorsData::TemperatureData Class Reference

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
 

Detailed Description

Contains sensors temperature data.

Functions

◆ get()

ERROR_CODE get ( SENSOR_LOCATION  location,
float &  temperature 
)

Variables

◆ temperature_map

std::map<SENSOR_LOCATION, float> temperature_map