summaryrefslogtreecommitdiffstats
path: root/interfaces.hpp
Commit message (Collapse)AuthorAgeFilesLines
* [dbus-passive] Add threshold fan failureJames Feist2018-10-151-0/+5
| | | | | | | | | | | | | | When a threshold is crossed for a monitored sensor, assert fan failure. Tested-by: Changed a sensor threshold so that its current reading made the threshold asserted and noticed via print messages that the sensor went into failure state. Also noticed fans ramp. Wrote unit test to verify sensor can move in and out of error state correctly. Change-Id: I83182536e4874eaba97f3f1d48d53ac110fba833 Signed-off-by: James Feist <james.feist@linux.intel.com>
* clang-format: fix pointer alignment, sort usingPatrick Venture2018-09-041-1/+1
| | | | | Change-Id: Id433d0ecc10c62807594b3a637e591045223faa6 Signed-off-by: Patrick Venture <venture@google.com>
* add .clang-formatPatrick Venture2018-08-311-33/+39
| | | | | Change-Id: I6627b5569c2e0f730be7331403218b823a2c622f Signed-off-by: Patrick Venture <venture@google.com>
* interfaces: add equality operator for ReadReturnPatrick Venture2018-06-141-0/+4
| | | | | | | | Comparing ReadReturns where we have perfect knowledge should just use an equality operation. Change-Id: I93ee5d911e2e1f15330734031666edb2c9ef5457 Signed-off-by: Patrick Venture <venture@google.com>
* Scripts and main daemonPatrick Venture2018-03-081-0/+57
This includes the scripts for the YAML parsing and the main execution point. Change-Id: If42154c621353b23370b63d4e58f6c75bca8b356 Signed-off-by: Patrick Venture <venture@google.com>
OpenPOWER on IntegriCloud