commit | 6529136013eaac981a0d8d2c13d40b80648fabcc | [log] [tgz] |
---|---|---|
author | Ed Tanous <edtanous@google.com> | Fri Jan 14 09:43:43 2022 -0800 |
committer | Ed Tanous <ed@tanous.net> | Tue Jan 18 17:58:08 2022 +0000 |
tree | 87026803f79362d1233e4854f304d9382dcfd227 | |
parent | 532c8649e5fae4b998e22032940082c0c5b58334 [diff] |
Enable cppcoreguidelines-special-member-functions check We only had one violation of this, which was in a test case, so fix that test case, and enable this check. Signed-off-by: Ed Tanous <edtanous@google.com> Change-Id: I1288a6d51593bb6d4c3a73dabaa566bf29474b5e
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