refactoring to interfaces

This commit is contained in:
Jonas Zeunert
2018-06-14 21:09:40 +02:00
parent ceb677530c
commit 6a6a10517d
5 changed files with 43 additions and 367 deletions

View File

@@ -14,19 +14,12 @@
#ifndef DETECTOR_H_
#define DETECTOR_H_
#include <thread>
#include <map>
#include "../utilities/InputGPIOInterface.h"
#include "Event.hpp"
#include "EventNotifier.h"
#define SLEEP_DURATION_NANO 900
#include "IDetector.h"
namespace Input
{
class Detector
class Detector : IDetector
{
public: