commit | 3412356d6f3683d58dbff884555f79a10bef908a | [log] [tgz] |
---|---|---|
author | Andrew Jeffery <andrew@aj.id.au> | Thu Dec 02 14:38:41 2021 +1030 |
committer | Andrew Jeffery <andrew@aj.id.au> | Tue Dec 07 04:06:13 2021 +0000 |
tree | a0423b3653ab8f38bfe68a33dae999fa8fdda30e | |
parent | f690f0cca2e7c3bf9a0a9a3183e01aa4f8119b9d [diff] |
NVMeSensorMain: Define extractBusNumber() Start lifting code from the lambda to simplify its implementation. Signed-off-by: Andrew Jeffery <andrew@aj.id.au> Change-Id: I4663af6f00e9118938cb56dc9cb514118ef62fb3
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