summaryrefslogtreecommitdiffstats
path: root/control/zone.hpp
diff options
context:
space:
mode:
authorMatthew Barth <msbarth@us.ibm.com>2019-01-21 11:35:27 -0600
committerMatthew Barth <msbarth@us.ibm.com>2019-02-13 14:31:44 -0600
commitcc8912e93eb55e938b5cdb189a70d1f342fb49ea (patch)
tree7ec29cb03f91c91e00197eb97c7ee0158a34e35c /control/zone.hpp
parent93af41944aa471840e1ea5a7e2ad465635faa7f0 (diff)
downloadphosphor-fan-presence-cc8912e93eb55e938b5cdb189a70d1f342fb49ea.tar.gz
phosphor-fan-presence-cc8912e93eb55e938b5cdb189a70d1f342fb49ea.zip
Persist current mode property framework
Add the ability to save the current mode property value to persisted storage. Change-Id: I354fce7c11a61871a49c9b205dc79ee598f8b1c8 Signed-off-by: Matthew Barth <msbarth@us.ibm.com>
Diffstat (limited to 'control/zone.hpp')
-rw-r--r--control/zone.hpp6
1 files changed, 6 insertions, 0 deletions
diff --git a/control/zone.hpp b/control/zone.hpp
index ad4d4b4..feaa8c8 100644
--- a/control/zone.hpp
+++ b/control/zone.hpp
@@ -616,6 +616,12 @@ class Zone : public ThermalObject
std::vector<TimerEvent> _timerEvents;
/**
+ * @brief Save the thermal control current mode property
+ * to persisted storage
+ */
+ void saveCurrentMode();
+
+ /**
* @brief Get the request speed base if defined, otherwise the
* the current target speed is returned
*
OpenPOWER on IntegriCloud