Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | errors: add configuration exception | Patrick Venture | 2019-02-11 | 1 | -0/+16 |
| | | | | | | | The configuration exception will be thrown for configuration errors. Change-Id: Ibf9e220826ede46a5de748e73aa328300ed01f79 Signed-off-by: Patrick Venture <venture@google.com> | ||||
* | Allow multiple inputs to thermal and stepwise controllers | James Feist | 2018-11-15 | 1 | -0/+16 |
| | | | | | | | | | | | | | Use std::max to determine which input value to apply. Also start throwing when inputs are empty as otherwise there will be a nullptr dereference. Tested-by: Added multiple inputs and application no longer segfaults and verifed max was being used. Also added unit tests. Change-Id: I7c8eda45b99247b8e92e629f036c9a46c98d9fe2 Signed-off-by: James Feist <james.feist@linux.intel.com> | ||||
* | errors: add exception for build time failure | Patrick Venture | 2018-10-30 | 1 | -0/+20 |
Add a specific exception for build-time failures. Change-Id: I1e6189ca256398d6995d4d0e0127846e1a7249a9 Signed-off-by: Patrick Venture <venture@google.com> |