trennen
This commit is contained in:
10
FlippR-Driver/src/utilities/BlockingQueue.cpp
Normal file
10
FlippR-Driver/src/utilities/BlockingQueue.cpp
Normal file
@@ -0,0 +1,10 @@
|
||||
/*
|
||||
* BlockingQueue.cpp
|
||||
*
|
||||
* Created on: Jun 15, 2018
|
||||
* Author: Andreas Schneider, Johannes Wendel, Jonas Zeunert, Rafael Vinci, Dr. Franca Rupprecht
|
||||
*/
|
||||
|
||||
|
||||
|
||||
|
||||
@@ -5,8 +5,8 @@
|
||||
* Author: Andreas Schneider, Johannes Wendel, Jonas Zeunert, Rafael Vinci, Dr. Franca Rupprecht
|
||||
*/
|
||||
|
||||
#ifndef SRC_UTILITIES_BLOCKINGQUEUE_HPP_
|
||||
#define SRC_UTILITIES_BLOCKINGQUEUE_HPP_
|
||||
#ifndef SRC_UTILITIES_BLOCKINGQUEUE_H_
|
||||
#define SRC_UTILITIES_BLOCKINGQUEUE_H_
|
||||
|
||||
#include <mutex>
|
||||
#include <condition_variable>
|
||||
@@ -42,4 +42,4 @@ public:
|
||||
|
||||
|
||||
|
||||
#endif /* SRC_UTILITIES_BLOCKINGQUEUE_HPP_ */
|
||||
#endif /* SRC_UTILITIES_BLOCKINGQUEUE_H_ */
|
||||
10
FlippR-Driver/src/utilities/GPIOInterface.cpp
Normal file
10
FlippR-Driver/src/utilities/GPIOInterface.cpp
Normal file
@@ -0,0 +1,10 @@
|
||||
/*
|
||||
* GPIOInterface.cpp
|
||||
*
|
||||
* Created on: Jun 15, 2018
|
||||
* Author: Andreas Schneider, Johannes Wendel, Jonas Zeunert, Rafael Vinci, Dr. Franca Rupprecht
|
||||
*/
|
||||
|
||||
|
||||
|
||||
|
||||
@@ -10,8 +10,8 @@
|
||||
* Author: Andreas Schneider, Johannes Wendel, Jonas Zeunert, Rafael Vinci, Dr. Franca Rupprecht
|
||||
*/
|
||||
|
||||
#ifndef SRC_UTILITIES_GPIOINTERFACE_HPP_
|
||||
#define SRC_UTILITIES_GPIOINTERFACE_HPP_
|
||||
#ifndef SRC_UTILITIES_GPIOINTERFACE_H_
|
||||
#define SRC_UTILITIES_GPIOINTERFACE_H_
|
||||
|
||||
#include <fstream>
|
||||
#include "config.h"
|
||||
@@ -39,4 +39,4 @@ public:
|
||||
|
||||
|
||||
|
||||
#endif /* SRC_UTILITIES_GPIOINTERFACE_HPP_ */
|
||||
#endif /* SRC_UTILITIES_GPIOINTERFACE_H_ */
|
||||
@@ -8,7 +8,7 @@
|
||||
#ifndef SRC_IEVENTHANDLER_H_
|
||||
#define SRC_IEVENTHANDLER_H_
|
||||
|
||||
#include "../input/Event.hpp"
|
||||
#include "../input/Event.h"
|
||||
|
||||
class IEventHandler
|
||||
{
|
||||
|
||||
@@ -8,9 +8,8 @@
|
||||
#ifndef SRC_UTILITIES_INPUTGPIOINTERFACE_H_
|
||||
#define SRC_UTILITIES_INPUTGPIOINTERFACE_H_
|
||||
|
||||
#include "GPIOInterface.hpp"
|
||||
|
||||
#include <exception>
|
||||
#include "GPIOInterface.h"
|
||||
|
||||
class InputGPIOInterface : GPIOInterface
|
||||
{
|
||||
|
||||
@@ -8,7 +8,7 @@
|
||||
#ifndef SRC_UTILITIES_OUTPUTGPIOINTERFACE_H_
|
||||
#define SRC_UTILITIES_OUTPUTGPIOINTERFACE_H_
|
||||
|
||||
#include "GPIOInterface.hpp"
|
||||
#include "GPIOInterface.h"
|
||||
|
||||
class OutputGPIOInterface : GPIOInterface
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user