commit | a4353bcfd0d1274f9454c9731d26ff49d3d40cb7 | [log] [tgz] |
---|---|---|
author | Matt Spinler <spinler@us.ibm.com> | Tue Jun 19 10:52:32 2018 -0500 |
committer | Matt Spinler <spinler@us.ibm.com> | Tue Jun 19 10:52:32 2018 -0500 |
tree | 0d2172c862aee74aa114bd271ca717e4c03d99cc | |
parent | 505523772e7b1ba789d6522397f9932629b96e83 [diff] |
Add SensorSet class doxygen comments Change-Id: Ie484a7add85bef4098571432c9b760245cbee8b8 Signed-off-by: Matt Spinler <spinler@us.ibm.com>
Exposes generic hwmon entries as DBus objects. More information can be found at Sensor Architecture
To build this package, do the following steps: 1. ./bootstrap.sh 2. ./configure ${CONFIGURE_FLAGS} 3. make To clean the repository run `./bootstrap.sh clean`.
To enable the use of Linux features like cgroups prioritization and udev/systemd control, one instance of phosphor-hwmon is intended to be run per hwmon sysfs class instance. This requires an algorithm for selecting a stable, well-known D-Bus busname. The algorithm is <PREFIX>-<ID>.Hwmon<N> where PREFIX is an autoconf configurable prefix (BUSNAME_PREFIX, xyz.openbmc_project by default), ID is a std::hash of the /sys/devices path backing the hwmon class instance, and N is the implemented phosphor-hwmon D-Bus API version.