commit | f690f0cca2e7c3bf9a0a9a3183e01aa4f8119b9d | [log] [tgz] |
---|---|---|
author | Andrew Jeffery <andrew@aj.id.au> | Thu Dec 02 11:42:58 2021 +1030 |
committer | Andrew Jeffery <andrew@aj.id.au> | Tue Dec 07 04:06:13 2021 +0000 |
tree | 04ff923d193df4ee53967945b3ae756098558ead | |
parent | 04d050669c95218230d9fb45385479df43fc1a0d [diff] |
NVMeSensorMain: Extract lambda body Start unwrapping the onion to improve the ability to understand what's going on. Signed-off-by: Andrew Jeffery <andrew@aj.id.au> Change-Id: I62fd5c9103006633e9ee8f0358e688cf92bd8cc7
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