commit | fad3605fe8d260477808978f2ee402a2197318bd | [log] [tgz] |
---|---|---|
author | Andrew Jeffery <andrew@aj.id.au> | Tue Mar 15 21:44:44 2022 +1030 |
committer | Andrew Jeffery <andrew@aj.id.au> | Thu Mar 17 21:19:07 2022 +0000 |
tree | d879c03df743e9e8b0e7492295adeb51b84f3d85 | |
parent | f16c2cf0fe6fa834950c1aa4906142a256a4dfb3 [diff] |
sensor: Add inError() method Signed-off-by: Andrew Jeffery <andrew@aj.id.au> Change-Id: I562505e0ce134f5a6978338e300615e0f9428b27
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