#include <libsensors_chip.h>
Public Member Functions | |
virtual void | buildStatus (diagnostic_updater::DiagnosticStatusWrapper &stat) |
FanSensor (const SensorChip &chip, sensors_feature const *feature) | |
Public Member Functions inherited from SensorChipFeature | |
std::string | getChipName () |
const std::string & | getFeatureLabel () const |
const std::string & | getFeatureName () const |
const std::string & | getFullLabel () const |
const std::string & | getFullName () const |
SensorChipSubFeaturePtr | getSubFeatureByType (sensors_subfeature_type type) |
sensors_feature_type | getType () |
SensorChipFeature (const SensorChip &chip, sensors_feature const *feature) | |
Additional Inherited Members | |
Public Attributes inherited from SensorChipFeature | |
std::vector< SensorChipSubFeaturePtr > | sub_features_ |
Definition at line 129 of file libsensors_chip.h.
|
inline |
Definition at line 131 of file libsensors_chip.h.
|
virtual |
Build a diagnostic status message that represents the current status of the sensor chip feature
Implements SensorChipFeature.
Definition at line 174 of file libsensors_chip.cpp.