Class: LmSensors::SensorsBase
- Inherits:
-
Data
- Object
- Data
- LmSensors::SensorsBase
- Defined in:
- ext/lmsensors_base/lmsensors_base.c,
ext/lmsensors_base/lmsensors_base.c
Overview
This is an abstract representation of a sensor chip struct used by the lm-sensors library (github.com/lm-sensors/lm-sensors).
This class directly interacts with the C-side of the code, and it should not be instantiated on its own. It is abstracted in LmSensors::AbsSensor and its subclasses. If you wish to used this, you should inherit from the AbsSensor class.