commit | 8685b17ab14a187eae08399153b9ec6bace2ab9b | [log] [tgz] |
---|---|---|
author | Zhikui Ren <zhikui.ren@intel.com> | Tue Jun 29 15:16:52 2021 -0700 |
committer | Zhikui Ren <zhikui.ren@intel.com> | Tue Jun 29 15:20:37 2021 -0700 |
tree | 471adf88fda1ab5737b4981d475cca9a611aa03d | |
parent | 18fffd3d4d426ad84059a1e474665a0e31926f5f [diff] |
fix klockwork issues Add return 0 for int main() Signed-off-by: Zhikui Ren <zhikui.ren@intel.com> Change-Id: I4ff6ef571827b17b89ed653c420e7f9964ab42f5
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