summaryrefslogtreecommitdiffstats
path: root/control/zone.hpp
diff options
context:
space:
mode:
Diffstat (limited to 'control/zone.hpp')
-rw-r--r--control/zone.hpp9
1 files changed, 9 insertions, 0 deletions
diff --git a/control/zone.hpp b/control/zone.hpp
index 3774d76..73761d0 100644
--- a/control/zone.hpp
+++ b/control/zone.hpp
@@ -468,6 +468,15 @@ class Zone : public ThermalObject
const std::string& intf,
int32_t depth);
+ /**
+ * @brief Overridden thermal object's set 'Current' property function
+ *
+ * @param[in] value - Value to set 'Current' to
+ *
+ * @return - The updated value of the 'Current' property
+ */
+ virtual std::string current(std::string value);
+
private:
/**
OpenPOWER on IntegriCloud