commit | a771f6a70980687ca8bdd0a86963279780bc18c3 | [log] [tgz] |
---|---|---|
author | Ed Tanous <edtanous@google.com> | Fri Jan 14 09:36:51 2022 -0800 |
committer | Ed Tanous <edtanous@google.com> | Tue Jan 18 09:54:17 2022 -0800 |
tree | a1f126109585329fd607bf1b94cc005c698bfd4e | |
parent | a25223c23506135a186581854e382f43d2cb6089 [diff] |
Enable cppcoreguidelines-init-variables We try to enforce this rule, but clearly the robot can do a better job. Enable the rule, and for init of all variables that clang-tidy finds in error. Signed-off-by: Ed Tanous <edtanous@google.com> Change-Id: Icf64bc51b3180de29f7e92fa5c5f636e6b1462a6
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