working on gpio interface and refactored author names

This commit is contained in:
Jonas Zeunert
2018-11-23 13:46:09 +01:00
parent 972f16b0f7
commit 00e640f469
63 changed files with 127 additions and 91 deletions

View File

@@ -2,7 +2,7 @@
* Detector.cpp
*
* Created on: Apr 5, 2018
* Author: Andreas Schneider, Johannes Wendel, Jonas Zeunert, Rafael Vinci, Dr. Franca Rupprecht
* Author: Andreas Schneider, 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, Rafael Vinci, Dr. Franca Rupprecht
* Author: Andreas Schneider, Johannes Wendel, Jonas Zeunert
*/
#ifndef DETECTOR_H_

View File

@@ -2,7 +2,7 @@
* ErrorEvent.h
*
* Created on: Aug 8, 2018
* Author: johannes
* Author: Andreas Schneider, Johannes Wendel, Jonas Zeunert
*/
#ifndef SRC_INPUT_ERROREVENT_HPP_

View File

@@ -2,7 +2,7 @@
* Event.cpp
*
* Created on: Jun 15, 2018
* Author: Andreas Schneider, Johannes Wendel, Jonas Zeunert, Rafael Vinci, Dr. Franca Rupprecht
* Author: Andreas Schneider, Johannes Wendel, Jonas Zeunert
*/
#include "input/Event.h"

View File

@@ -2,7 +2,7 @@
* EventHandler.cpp
*
* Created on: Jun 14, 2018
* Author: Andreas Schneider, Johannes Wendel, Jonas Zeunert, Rafael Vinci, Dr. Franca Rupprecht
* Author: Andreas Schneider, Johannes Wendel, Jonas Zeunert
*/
#include "input/EventHandler.h"
#include "utility/config.h"

View File

@@ -2,7 +2,7 @@
* EventNotifier.cpp
*
* Created on: May 17, 2018
* Author: Andreas Schneider, Johannes Wendel, Jonas Zeunert, Rafael Vinci, Dr. Franca Rupprecht
* Author: Andreas Schneider, 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, Rafael Vinci, Dr. Franca Rupprecht
* Author: Andreas Schneider, Johannes Wendel, Jonas Zeunert
*/
#ifndef SRC_INPUT_EVENTNOTIFIER_H_

View File

@@ -2,7 +2,7 @@
* IDetector.h
*
* Created on: Jun 13, 2018
* Author: Andreas Schneider, Johannes Wendel, Jonas Zeunert, Rafael Vinci, Dr. Franca Rupprecht
* Author: Andreas Schneider, Johannes Wendel, Jonas Zeunert
*/
#ifndef SRC_INPUT_IDETECTOR_H_

View File

@@ -2,7 +2,7 @@
* IEventNotifier.h
*
* Created on: Jun 13, 2018
* Author: Andreas Schneider, Johannes Wendel, Jonas Zeunert, Rafael Vinci, Dr. Franca Rupprecht
* Author: Andreas Schneider, Johannes Wendel, Jonas Zeunert
*/
#ifndef SRC_INPUT_IEVENTNOTIFIER_H_

View File

@@ -2,7 +2,7 @@
* InputDriver.cpp
*
* Created on: Jun 15, 2018
* Author: Andreas Schneider, Johannes Wendel, Jonas Zeunert, Rafael Vinci, Dr. Franca Rupprecht
* Author: Andreas Schneider, 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, Rafael Vinci, Dr. Franca Rupprecht
* Author: Andreas Schneider, Johannes Wendel, Jonas Zeunert
*/
#ifndef SRC_INPUT_INPUTDRIVER_H_
#define SRC_INPUT_INPUTDRIVER_H_

View File

@@ -2,7 +2,7 @@
* InputDriverFactory.cpp
*
* Created on: Jun 14, 2018
* Author: Andreas Schneider, Johannes Wendel, Jonas Zeunert, Rafael Vinci, Dr. Franca Rupprecht
* Author: Andreas Schneider, Johannes Wendel, Jonas Zeunert
*/

View File

@@ -2,7 +2,7 @@
* InputFactory.h
*
* Created on: Apr 5, 2018
* Author: Andreas Schneider, Johannes Wendel, Jonas Zeunert, Rafael Vinci, Dr. Franca Rupprecht
* Author: Andreas Schneider, Johannes Wendel, Jonas Zeunert
*/
#ifndef INPUTFACTORY_H_