commit | bb67932a46982c8fce101aa0fef8f11837f6f8ae | [log] [tgz] |
---|---|---|
author | Ed Tanous <edtanous@google.com> | Mon May 16 16:10:00 2022 -0700 |
committer | Ed Tanous <ed@tanous.net> | Tue May 31 17:27:07 2022 +0000 |
tree | 39c3c695c34443ae88c85e5992874e38f00796ad | |
parent | 6733b9574b9fdec74e1b4fb2e731b332a6e4e3ec [diff] |
Apply LambdaBodyIndentation to dbus-sensors Per the transform being done in bmcweb, do the same for dbus-sensors. Signed-off-by: Ed Tanous <edtanous@google.com> Change-Id: If21489607759f3cdf20fad17eede50fb4e228e5e
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