summaryrefslogtreecommitdiffstats
path: root/setsensor.cpp
Commit message (Collapse)AuthorAgeFilesLines
* Move all variant usage to stdJames Feist2019-02-081-2/+3
| | | | | | | | | | This just a style change, remove variant_ns in favor of std. Tested-by: it built Change-Id: Id5a075e8b73a7724cbc5153fb7dfcf369e79c483 Signed-off-by: James Feist <james.feist@linux.intel.com>
* Change all default_bus back to new_system busJames Feist2019-01-291-2/+2
| | | | | | | | | | | | | | | | | new_default now returns a reference to a single bus, phosphor-pid-control uses multiple busses so we do not want that. This was the way it was implemented prior to https://github.com/openbmc/sdbusplus/commit/8ca6025eed193c252149b2908c3d5e37b00b0107 Tested-by: swampd ran normally These errors go away: Jan 28 18:28:45 swampd[1760]: terminate called after throwing an instance of 'sdbusplus::exception::SdBusError' Jan 28 18:28:45 swampd[1760]: what(): sd_bus_request_name: org.freedesktop.DBus.Error.InconsistentMessage: Bad message Change-Id: I708cd5e6c45509f27d4fe783c0b0cfb52ff10336 Signed-off-by: James Feist <james.feist@linux.intel.com>
* cleanup: drop obsolete is_method_error checksPatrick Venture2018-10-311-10/+10
| | | | | | | is_method_error is obsolete from sdbusplus. Change-Id: Ia3fb76dd2f4a14eca51b3cfbcd50427b36d946b3 Signed-off-by: Patrick Venture <venture@google.com>
* add .clang-formatPatrick Venture2018-08-311-16/+8
| | | | | Change-Id: I6627b5569c2e0f730be7331403218b823a2c622f Signed-off-by: Patrick Venture <venture@google.com>
* s/Control.FanCtrl.Mode/Control.Mode/Patrick Venture2018-05-101-1/+1
| | | | | | | | The interface for a Mode is generic enough for objects beyond strictly fan control. Change-Id: I3cb7e7564f841e680dc34743908644be9639267d Signed-off-by: Patrick Venture <venture@google.com>
* Scripts and main daemonPatrick Venture2018-03-081-0/+100
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