commit | 3928741a8c42793673ceace09db0ab2b4bd83579 | [log] [tgz] |
---|---|---|
author | Andrei Kartashev <a.kartashev@yadro.com> | Fri Feb 04 16:04:47 2022 +0300 |
committer | Ed Tanous <ed@tanous.net> | Tue Feb 08 17:27:26 2022 +0000 |
tree | bd01f83c5496bdbfca35e91b7517e70e404d83cb | |
parent | c8fed20b29ec8a33190a02860bfa3b44cfb828ed [diff] |
sensors: don't pass excess conn handler We don't need to pass connection handler to setInitialProperties method since it already part of the sensor class. Tested: no changes in behaviour. Signed-off-by: Andrei Kartashev <a.kartashev@yadro.com> Change-Id: Icaaccbeaf14e22648a6a1bce381f0f0a606b0ddd
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