From 9925857a9ef0e47f105a21186a809a3b094461b3 Mon Sep 17 00:00:00 2001 From: Gunnar Mills Date: Thu, 27 Jul 2017 15:22:42 -0500 Subject: Refactor GPIO Monitor class Refactor the GPIO Monitor class to use a common class, Evdev, to inherit from. Evdev does the basic libevdev handling. Change-Id: I427aa9720b0bbbea0284c0babcc03ece92e55f5e Signed-off-by: Gunnar Mills --- evdev.hpp | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'evdev.hpp') diff --git a/evdev.hpp b/evdev.hpp index b3189f1..353c593 100644 --- a/evdev.hpp +++ b/evdev.hpp @@ -70,8 +70,7 @@ class Evdev * @param[in] path - Device path to read for GPIO pin state * @param[in] key - GPIO key to monitor * @param[in] event - sd_event handler - * @param[in] handler - IO callback handler. Defaults to one in this - * class + * @param[in] handler - IO callback handler. * @param[in] useEvDev - Whether to use EvDev to retrieve events */ Evdev(const std::string& path, -- cgit v1.2.1