commit | 66558235ce5d7568439ce7618dd0ce77fcc0b69c | [log] [tgz] |
---|---|---|
author | Brandon Kim <brandonkim@google.com> | Tue Nov 09 16:53:08 2021 -0800 |
committer | Ed Tanous <ed@tanous.net> | Sat Nov 13 18:12:15 2021 +0000 |
tree | 76615a656d7d6cad501619704e6505c4056891a6 | |
parent | da98f095f25cc75af3c0268643bde2b21f5503e0 [diff] |
Take out array size for constexpr std::array C++20 supports initializing array without size using std::to_array Signed-off-by: Brandon Kim <brandonkim@google.com> Change-Id: I7f955ddaf7c4368f364eae6ff401b0916f5cbe6f
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