asdf
This commit is contained in:
1
FlippR-Driver/.gitignore
vendored
1
FlippR-Driver/.gitignore
vendored
@@ -8,3 +8,4 @@ bin
|
|||||||
*.cmake
|
*.cmake
|
||||||
*.out
|
*.out
|
||||||
.settings/*
|
.settings/*
|
||||||
|
Makefile
|
||||||
|
|||||||
@@ -14,12 +14,13 @@
|
|||||||
#ifndef DETECTOR_H_
|
#ifndef DETECTOR_H_
|
||||||
#define DETECTOR_H_
|
#define DETECTOR_H_
|
||||||
|
|
||||||
#include "IDetector.h"
|
|
||||||
|
|
||||||
#include <thread>
|
#include <thread>
|
||||||
#include <map>
|
#include <map>
|
||||||
|
|
||||||
#include "utilities/IInputGPIOInterface.h"
|
#include "utilities/IInputGPIOInterface.h"
|
||||||
|
|
||||||
|
#include "IDetector.h"
|
||||||
#include "Event.h"
|
#include "Event.h"
|
||||||
#include "IEventNotifier.h"
|
#include "IEventNotifier.h"
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user