summaryrefslogtreecommitdiffstats
path: root/sensors/host.cpp
Commit message (Collapse)AuthorAgeFilesLines
* style: member functions should be lower camelPatrick Venture2018-10-301-1/+1
| | | | | | | Rename member functions to be lower camel instead of snake case. Change-Id: Ib227fd3dadb6d9607290277205223a4324cd4ce5 Signed-off-by: Patrick Venture <venture@google.com>
* add .clang-formatPatrick Venture2018-08-311-14/+9
| | | | | Change-Id: I6627b5569c2e0f730be7331403218b823a2c622f Signed-off-by: Patrick Venture <venture@google.com>
* sensors: host: add commentPatrick Venture2018-06-111-0/+7
| | | | | | | | | Adds a comment for future clean-up where the code needs to have a parameter removed to prevent an early call to emit_object_added before the properties are properly configured. Change-Id: I18f15e933a19793597e2cd3da183f33a94e7511c Signed-off-by: Patrick Venture <venture@google.com>
* Sensor ObjectsPatrick Venture2018-03-081-0/+73
This includes all the sensor objects including a few implementations, including dbus and sysfs sensors. Change-Id: I9897c79f9fd463f00f0e02aeb6c32ffa89635dbe Signed-off-by: Patrick Venture <venture@google.com>
OpenPOWER on IntegriCloud