summaryrefslogtreecommitdiffstats
path: root/control/types.hpp
diff options
context:
space:
mode:
authorMatthew Barth <msbarth@us.ibm.com>2017-05-31 13:45:36 -0500
committerMatthew Barth <msbarth@us.ibm.com>2017-06-05 09:19:18 -0500
commit34f1bda245818e659f4af44361c81f21dba09b76 (patch)
tree8e6ed6896a672e5e5739612819b6bea776de42d2 /control/types.hpp
parentdf3e8d67fd8afb78105f516eac360d0a7d44326f (diff)
downloadphosphor-fan-presence-34f1bda245818e659f4af44361c81f21dba09b76.tar.gz
phosphor-fan-presence-34f1bda245818e659f4af44361c81f21dba09b76.zip
Use updated match methods for signal callbacks
Attach the event handler callback function to the match along with generating the match string using the new match methods Change-Id: I7595d65cbc615f29db60e2a65534ee5b635d6f96 Signed-off-by: Matthew Barth <msbarth@us.ibm.com>
Diffstat (limited to 'control/types.hpp')
-rw-r--r--control/types.hpp4
1 files changed, 0 insertions, 4 deletions
diff --git a/control/types.hpp b/control/types.hpp
index c610ed9..a9508eb 100644
--- a/control/types.hpp
+++ b/control/types.hpp
@@ -41,10 +41,6 @@ constexpr auto eventHandlerPos = 1;
constexpr auto eventActionPos = 2;
using EventData = std::tuple<Group, Handler, Action>;
-constexpr auto zoneObjPos = 0;
-constexpr auto eventDataPos = 1;
-using SignalEvent = std::tuple<Zone*, EventData>;
-
constexpr auto zoneNumPos = 0;
constexpr auto fullSpeedPos = 1;
constexpr auto fanListPos = 2;
OpenPOWER on IntegriCloud