commit | 5ab424a6a4ea56e5fbfad5a1813bed7bfabbd399 | [log] [tgz] |
---|---|---|
author | Ed Tanous <edtanous@google.com> | Thu Sep 02 22:15:11 2021 +0000 |
committer | Ed Tanous <ed@tanous.net> | Wed Sep 08 22:01:49 2021 +0000 |
tree | 25423fbdcaaa1f8b3a86f6f9e0cc003d20df07d2 | |
parent | 8a17c303b2680e4d3a31136623ad2b9c406b5b4d [diff] |
clang-tidy disable bugprone-narrowing-conversions clang-tidy-13 adds this check, which we had in our config file. dbus-sensors at this time doesn't even come close to passing this check, so for the moment, remove it, with the intent of adding it back at some point once we can get all the narrowing conversion warnings squashed. Tested: Code now passes clang-tidy-13 checks Signed-off-by: Ed Tanous <edtanous@google.com> Change-Id: I098922f9c950d2f568c94c9709770a5cbabdd094
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