sensor: Map dbus info to sensor's reading field

Change-Id: I3e35bf78260b1fa29e992b00279f2dd166cd2fe1
Signed-off-by: Tom Joseph <tomjoseph@in.ibm.com>
diff --git a/sensorhandler.h b/sensorhandler.h
index 6ba5c34..ca30fb0 100644
--- a/sensorhandler.h
+++ b/sensorhandler.h
@@ -524,6 +524,16 @@
     resp->assertOffset8_14 = static_cast<uint8_t>(value >> 8);
 }
 
+/**
+ * @brief Set the scanning enabled bit in the response.
+ *
+ * @param[in/out] resp - get sensor reading response.
+ */
+inline void enableScanning(ipmi::sensor::GetReadingResponse* resp)
+{
+    resp->operation = 1 << 6;
+}
+
 } // namespace sensor
 
 } // namespace ipmi