commit | d0358a0a14a12a1ee0d64e6a7b28b05d724a7f81 | [log] [tgz] |
---|---|---|
author | Patrick Venture <venture@google.com> | Thu Oct 31 14:31:10 2019 -0700 |
committer | Patrick Venture <venture@google.com> | Thu Oct 31 14:31:10 2019 -0700 |
tree | 5b07410c8f22a626edf857cca7215fba7eeba957 | |
parent | fd6ba7330fcc35df2e406dce9d14381e4cdc4989 [diff] |
tachsensor header: whitespace cleanup Cleanup extra vertical whitespace. Signed-off-by: Patrick Venture <venture@google.com> Change-Id: Ie2744640b6d72779c4e4ab8241a3c895d012e726
dbus-sensors is a collection of sensor applications that provide the xyz.openbmc_project.Sensor collection of interfaces. They read sensor values from hwmon, d-bus, or direct driver access to provide readings. Some advance non-sensor features such as fan presence, pwm control, and automatic cpu detection (x86) are also supported.
runtime re-configurable from d-bus (entity-manager or the like)
isolated: each sensor type is isolated into its own daemon, so a bug in one sensor is unlikely to affect another, and single sensor modifications are possible
async single-threaded: uses sdbusplus/asio bindings
multiple data inputs: hwmon, d-bus, direct driver access