refactoring to interfaces
This commit is contained in:
@@ -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:
|
||||
|
||||
Reference in New Issue
Block a user