#include <libsensors_chip.h>

Public Member Functions | |
| virtual void | buildStatus (diagnostic_updater::DiagnosticStatusWrapper &stat) |
| OtherSensor (const SensorChip &chip, sensors_feature const *feature) | |
Default case for presenting sensor feature status
Definition at line 156 of file libsensors_chip.h.
| OtherSensor::OtherSensor | ( | const SensorChip & | chip, |
| sensors_feature const * | feature | ||
| ) | [inline] |
Definition at line 158 of file libsensors_chip.h.
| void OtherSensor::buildStatus | ( | diagnostic_updater::DiagnosticStatusWrapper & | stat | ) | [virtual] |
Build a diagnostic status message that represents the current status of the sensor chip feature
Implements SensorChipFeature.
Definition at line 318 of file libsensors_chip.cpp.