commit | fad3605fe8d260477808978f2ee402a2197318bd | [log] [tgz] |
---|---|---|
author | Andrew Jeffery <andrew@aj.id.au> | Tue Mar 15 21:44:44 2022 +1030 |
committer | Andrew Jeffery <andrew@aj.id.au> | Thu Mar 17 21:19:07 2022 +0000 |
tree | d879c03df743e9e8b0e7492295adeb51b84f3d85 | |
parent | f16c2cf0fe6fa834950c1aa4906142a256a4dfb3 [diff] |
sensor: Add inError() method Signed-off-by: Andrew Jeffery <andrew@aj.id.au> Change-Id: I562505e0ce134f5a6978338e300615e0f9428b27
diff --git a/include/sensor.hpp b/include/sensor.hpp index 12de959..2c7a020 100644 --- a/include/sensor.hpp +++ b/include/sensor.hpp
@@ -467,6 +467,11 @@ } } + bool inError() + { + return errCount >= errorThreshold; + } + void updateValue(const double& newValue) { // Ignore if overriding is enabled