commit | 5f070ff7b771e4c0f0260d8f14c1b5d518019fbe | [log] [tgz] |
---|---|---|
author | Andrew Jeffery <andrew@aj.id.au> | Thu Dec 02 15:32:12 2021 +1030 |
committer | Andrew Jeffery <andrew@aj.id.au> | Tue Dec 07 04:06:13 2021 +0000 |
tree | 2458f8f747d278f1358eed313cb2fd34890b697a | |
parent | 84dfb54add363db623e9f69613c4881f3b4260cf [diff] |
NVMeSensorMain: Collapse continue conditions Reduce the verbosity of the loop implementation by testing everything at once. Signed-off-by: Andrew Jeffery <andrew@aj.id.au> Change-Id: I1ffa99077e1ff51723c0b7f7c50ecad1b7a2c2b9
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