From 34f1bda245818e659f4af44361c81f21dba09b76 Mon Sep 17 00:00:00 2001 From: Matthew Barth Date: Wed, 31 May 2017 13:45:36 -0500 Subject: 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 --- control/types.hpp | 4 ---- 1 file changed, 4 deletions(-) (limited to 'control/types.hpp') 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; -constexpr auto zoneObjPos = 0; -constexpr auto eventDataPos = 1; -using SignalEvent = std::tuple; - constexpr auto zoneNumPos = 0; constexpr auto fullSpeedPos = 1; constexpr auto fanListPos = 2; -- cgit v1.2.1