summaryrefslogtreecommitdiffstats
path: root/softoff/softoff.hpp
diff options
context:
space:
mode:
Diffstat (limited to 'softoff/softoff.hpp')
-rw-r--r--softoff/softoff.hpp11
1 files changed, 11 insertions, 0 deletions
diff --git a/softoff/softoff.hpp b/softoff/softoff.hpp
index da88fc5..f0e992c 100644
--- a/softoff/softoff.hpp
+++ b/softoff/softoff.hpp
@@ -63,6 +63,17 @@ class SoftPowerOff : public sdbusplus::server::object::object<
*/
HostResponse responseReceived(HostResponse value) override;
+ /** @brief Using the base class's getter method */
+ using Base::SoftPowerOff::responseReceived;
+
+ /** @brief Calls to start a timer
+ *
+ * @param[in] usec - Time in microseconds
+ *
+ * @return Success or exception thrown
+ */
+ int startTimer(const std::chrono::microseconds& usec);
+
private:
// Need this to send SMS_ATTN
// TODO : Switch over to using mapper service in a different patch
OpenPOWER on IntegriCloud