#include <stdlib.h>
#include <sensors/sensors.h>
#include <vector>
#include <boost/shared_ptr.hpp>
#include <diagnostic_updater/diagnostic_updater.h>
Go to the source code of this file.
Classes | |
class | FanSensor |
class | OtherSensor |
class | SensorChip |
class | SensorChipFeature |
class | SensorChipSubFeature |
class | TempSensor |
class | VoltageSensor |
Typedefs | |
typedef boost::shared_ptr< SensorChipFeature > | SensorChipFeaturePtr |
typedef boost::shared_ptr< SensorChip > | SensorChipPtr |
typedef boost::shared_ptr< SensorChipSubFeature > | SensorChipSubFeaturePtr |
Definition at line 55 of file libsensors_chip.h.
typedef boost::shared_ptr<SensorChip> SensorChipPtr |
Definition at line 52 of file libsensors_chip.h.
Definition at line 56 of file libsensors_chip.h.