commit | fd6ba7330fcc35df2e406dce9d14381e4cdc4989 | [log] [tgz] |
---|---|---|
author | Patrick Venture <venture@google.com> | Thu Oct 31 14:27:39 2019 -0700 |
committer | Patrick Venture <venture@google.com> | Thu Oct 31 14:28:15 2019 -0700 |
tree | 54fe8f665b7996560be9bac43d9fcbded33008ec | |
parent | 96e97db76cecdab36838e3987c3c53f19b4a34cb [diff] |
include: add missing headers Signed-off-by: Patrick Venture <venture@google.com> Change-Id: I6b26a1bea2aae173b57dbd8affa0ba4991b1c9bb
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