summaryrefslogtreecommitdiffstats
path: root/sysfs
Commit message (Collapse)AuthorAgeFilesLines
* Consolidate all util.hppJames Feist2019-05-084-9/+3
| | | | | | | | This deletes all lower level util.hpp and cats them into the top level util.hpp to avoid name conflicts. Change-Id: Ia11e4a08053a3970b0aadf21d1156ab26def36bd Signed-off-by: James Feist <james.feist@linux.intel.com>
* use filesystem instead of experimentalPatrick Venture2019-03-081-2/+2
| | | | | | | | Use filesystem now that it should be available instead of experimental::filesystem. Change-Id: I8648ac2b279eea42c13d6b12f312a2e1e02aa152 Signed-off-by: Patrick Venture <venture@google.com>
* sysfs: style fix on sysfswritePatrick Venture2019-02-112-8/+8
| | | | | | | Fix camelCase styling on sysfswrite. Change-Id: I6dec7f46687a1276e756687bc9669ab163b5fdc4 Signed-off-by: Patrick Venture <venture@google.com>
* Move all floats to doublesPatrick Venture2018-11-111-5/+5
| | | | | | | | | The code was developed initially around a pid loop implemented using floats. Therefore, the code was converting back and forth between double for sensor values as inputs and outputs from this PID loop. Change-Id: I2d2919e1165103040729c9f16bb84fde3dd6b81b Signed-off-by: Patrick Venture <venture@google.com>
* add .clang-formatPatrick Venture2018-08-315-44/+35
| | | | | Change-Id: I6627b5569c2e0f730be7331403218b823a2c622f Signed-off-by: Patrick Venture <venture@google.com>
* sysfs: const-ify string parameters in constructorsPatrick Venture2018-06-121-2/+3
| | | | | Change-Id: I8cc427f5a99a11aaae0f18f0ddf5269e2142c33f Signed-off-by: Patrick Venture <venture@google.com>
* Sensor ObjectsPatrick Venture2018-03-086-0/+228
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