commit | ff336997185680ad9cde52c76a096f307046bfcd | [log] [tgz] |
---|---|---|
author | Josh Lehan <krellan@google.com> | Wed Feb 26 11:13:19 2020 -0800 |
committer | Josh Lehan <krellan@google.com> | Wed Feb 26 11:21:59 2020 -0800 |
tree | d4e2afabb13dd70f3763a85db578d781c70311e0 | |
parent | 241356e3dcff3e91393c858256ac29d003e6179e [diff] |
ExitAirTempSensor: Fix potential nullptr dereference This was found by a compiler warning Tested: Not tested, but warning no longer appears Change-Id: Ibe6c3da438c7c622f12606c7d0ae8f4d482ff39a Signed-off-by: Josh Lehan <krellan@google.com>
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