#
177fe986 |
| 26-May-2020 |
Matthew Barth <msbarth@us.ibm.com> |
monitor: Clang format updates
Used `format-code.sh` build script to make changes to conform to clang format.
Tested: Compiled
Change-Id: Ieead1449cfd4b61333a135740dce03789218f92b Signed-off-by: Ma
monitor: Clang format updates
Used `format-code.sh` build script to make changes to conform to clang format.
Tested: Compiled
Change-Id: Ieead1449cfd4b61333a135740dce03789218f92b Signed-off-by: Matthew Barth <msbarth@us.ibm.com>
show more ...
|
#
35108a77 |
| 28-Sep-2017 |
Matt Spinler <spinler@us.ibm.com> |
monitor: Update YAML parser to handle trust groups
It creates a list of group creator lambdas based on the information in the monitor YAML file.
These lambdas are called by the manager class to cre
monitor: Update YAML parser to handle trust groups
It creates a list of group creator lambdas based on the information in the monitor YAML file.
These lambdas are called by the manager class to create the trust group instances.
A real life example is:
const std::vector<CreateGroupFunction> trustGroups { { []() { std::vector<std::string> names{ "fan0_1", "fan1_1", "fan2_1", "fan3_1", }; return std::make_unique<NonzeroSpeed>(names); } }, };
Change-Id: Ia883df35efb86242aae2f8ed7d1714e94e65a6e6 Signed-off-by: Matt Spinler <spinler@us.ibm.com>
show more ...
|
#
35b156b7 |
| 27-Apr-2017 |
Matt Spinler <spinler@us.ibm.com> |
Fan monitor data
This commit contains the data that will be used by the monitor code.
The generated.cpp file will later be generated during the build by a python script.
Change-Id: I4dc4552ae8e58c
Fan monitor data
This commit contains the data that will be used by the monitor code.
The generated.cpp file will later be generated during the build by a python script.
Change-Id: I4dc4552ae8e58cd27478416888dd3363e7c2bf3f Signed-off-by: Matt Spinler <spinler@us.ibm.com>
show more ...
|