summaryrefslogtreecommitdiffstats
path: root/fan_enclosure.hpp
diff options
context:
space:
mode:
authorMatthew Barth <msbarth@us.ibm.com>2017-02-17 17:48:56 -0600
committerMatthew Barth <msbarth@us.ibm.com>2017-03-15 13:46:25 -0500
commitcd4f4d1a0a49f4ed43b3a773d2e2046cc15ef1d1 (patch)
tree968a6a326d2ccf4dac30deb5c786a2ae6833ba3b /fan_enclosure.hpp
parentd64038262e4c8743ae774efde7a8e91544ed359b (diff)
downloadphosphor-fan-presence-cd4f4d1a0a49f4ed43b3a773d2e2046cc15ef1d1.tar.gz
phosphor-fan-presence-cd4f4d1a0a49f4ed43b3a773d2e2046cc15ef1d1.zip
Enable tach signal handler
Register and handle tach change signals for each tach sensor. Inventory would be updated when all tach sensors for a specific fan enclosure have a tach value of zero. Change-Id: Idd3f53c29c68c6171d858e616fbfe868f30a4ea9 Signed-off-by: Matthew Barth <msbarth@us.ibm.com>
Diffstat (limited to 'fan_enclosure.hpp')
-rw-r--r--fan_enclosure.hpp1
1 files changed, 1 insertions, 0 deletions
diff --git a/fan_enclosure.hpp b/fan_enclosure.hpp
index 0b96bfc..5c6a040 100644
--- a/fan_enclosure.hpp
+++ b/fan_enclosure.hpp
@@ -32,6 +32,7 @@ class FanEnclosure
addInventory();
}
+ void updInventory();
void addSensor(
std::unique_ptr<Sensor>&& sensor);
OpenPOWER on IntegriCloud