Remove Andi

This commit is contained in:
Jonas Zeunert
2022-02-24 20:50:31 +01:00
parent fb3baf9cff
commit 6a403d2218
72 changed files with 72 additions and 72 deletions

View File

@@ -2,7 +2,7 @@
* Detector.cpp
*
* Created on: Apr 5, 2018
* Author: Andreas Schneider, Johannes Wendel, Jonas Zeunert
* Author: Johannes Wendel, Jonas Zeunert
*/
#include "Detector.h"

View File

@@ -8,7 +8,7 @@
* The other cycles over the queue and notifies input event handlers.
*
* Created on: Apr 5, 2018
* Author: Andreas Schneider, Johannes Wendel, Jonas Zeunert
* Author: Johannes Wendel, Jonas Zeunert
*/
#ifndef INPUT_IMPL_DETECTOR_H_

View File

@@ -2,7 +2,7 @@
* EventNotifier.cpp
*
* Created on: May 17, 2018
* Author: Andreas Schneider, Johannes Wendel, Jonas Zeunert
* Author: Johannes Wendel, Jonas Zeunert
*/
#include <boost/thread.hpp>

View File

@@ -2,7 +2,7 @@
* InputEventNotifier.h
*
* Created on: May 17, 2018
* Author: Andreas Schneider, Johannes Wendel, Jonas Zeunert
* Author: Johannes Wendel, Jonas Zeunert
*/
#ifndef INPUT_IMPL_EVENTNOTIFIER_H_

View File

@@ -2,7 +2,7 @@
* InputDriver.cpp
*
* Created on: Jun 15, 2018
* Author: Andreas Schneider, Johannes Wendel, Jonas Zeunert
* Author: Johannes Wendel, Jonas Zeunert
*/
#include "InputDriver.h"

View File

@@ -2,7 +2,7 @@
* InputDriver.hpp
*
* Created on: May 31, 2018
* Author: Andreas Schneider, Johannes Wendel, Jonas Zeunert
* Author: Johannes Wendel, Jonas Zeunert
*/
#ifndef INPUT_IMPL_INPUTDRIVER_H_
#define INPUT_IMPL_INPUTDRIVER_H_

View File

@@ -2,7 +2,7 @@
* InputPinController.cpp
*
* Created on: May 31, 2018
* Author: Andreas Schneider, Johannes Wendel, Jonas Zeunert
* Author: Johannes Wendel, Jonas Zeunert
*/
#include "InputPinController.h"

View File

@@ -2,7 +2,7 @@
* InputPinController.h
*
* Created on: May 31, 2018
* Author: Andreas Schneider, Johannes Wendel, Jonas Zeunert
* Author: Johannes Wendel, Jonas Zeunert
*/
#ifndef SRC_UTILITIES_INPUTGPIOINTERFACE_H_