28 #ifndef INCLUDE_OLA_RDM_RESPONDERLOADSENSOR_H_ 29 #define INCLUDE_OLA_RDM_RESPONDERLOADSENSOR_H_ 32 #include <ola/system/SystemUtils.h> 43 LoadSensor(
const ola::system::load_averages load_average,
44 const std::string &description)
52 SENSOR_DEFINITION_RANGE_MAX_UNDEFINED,
54 SENSOR_DEFINITION_NORMAL_MAX_UNDEFINED)),
55 m_load_average(load_average) {
62 static const int16_t LOAD_SENSOR_ERROR_VALUE = 0;
68 ola::system::load_averages m_load_average;
72 #endif // INCLUDE_OLA_RDM_RESPONDERLOADSENSOR_H_ Definition: ResponderLoadSensor.h:41
Holds information about a single sensor.
Definition: ResponderSensor.h:45
Holds the information about a sensor.
Definition: ResponderSensor.h:47
int16_t PollSensor()
Definition: ResponderLoadSensor.cpp:29
The namespace containing all OLA symbols.
Definition: Credentials.cpp:44
int16_t Reset()
Definition: ResponderSensor.h:152