#include <sensors/sensors.h>#include <string>#include <vector>#include <boost/foreach.hpp>#include <boost/algorithm/string/replace.hpp>#include <ros/ros.h>#include <libsensors_monitor/libsensors_chip.h>#include <diagnostic_updater/diagnostic_updater.h>
Go to the source code of this file.
Functions | |
| void | enumerate_sensors (const std::vector< std::string > &ignore) |
| int | main (int argc, char **argv) |
Variables | |
| std::vector< SensorChipPtr > | sensor_chips_ |
| void enumerate_sensors | ( | const std::vector< std::string > & | ignore | ) |
Definition at line 53 of file libsensors_monitor.cpp.
| int main | ( | int | argc, |
| char ** | argv | ||
| ) |
Definition at line 64 of file libsensors_monitor.cpp.
| std::vector<SensorChipPtr> sensor_chips_ |
Definition at line 51 of file libsensors_monitor.cpp.