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 @@
* InputEvent.h
*
* Created on: Apr 5, 2018
* Author: Andreas Schneider, Johannes Wendel, Jonas Zeunert
* Author: Johannes Wendel, Jonas Zeunert
*/
#ifndef INPUTEVENT_H_

View File

@@ -2,7 +2,7 @@
* EventHandler.h
*
* Created on: Jun 13, 2018
* Author: Andreas Schneider, Johannes Wendel, Jonas Zeunert
* Author: Johannes Wendel, Jonas Zeunert
*/
#ifndef SRC_IEVENTHANDLER_H_

View File

@@ -2,7 +2,7 @@
* InputDriver.h
*
* Created on: Jun 14, 2018
* Author: Andreas Schneider, Johannes Wendel, Jonas Zeunert
* Author: Johannes Wendel, Jonas Zeunert
*/
#ifndef SRC_INPUT_IINPUTDRIVER_H_

View File

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

View File

@@ -2,7 +2,7 @@
* IOutputDisplay.h
*
* Created on: Nov 20, 2018
* Author: Andreas Schneider, Johannes Wendel, Jonas Zeunert
* Author: Johannes Wendel, Jonas Zeunert
*/
#ifndef FLIPPR_DRIVER_OUTPUT_ITEMS_DISPLAY_H_

View File

@@ -2,7 +2,7 @@
* Flipper.h
*
* Created on: May 5, 2019
* Author: Andreas Schneider, Johannes Wendel, Jonas Zeunert
* Author: Johannes Wendel, Jonas Zeunert
*/
#ifndef _INCLUDE_FLIPPR_CODE_FLIPPER_H

View File

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

View File

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

View File

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

View File

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

View File

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

View File

@@ -2,7 +2,7 @@
* SocketConnection.h
*
* Created on: Jun 13, 2018
* Author: Andreas Schneider, Johannes Wendel, Jonas Zeunert
* Author: Johannes Wendel, Jonas Zeunert
*/
#ifndef FLIPPR_CODE_INPUTSOCKETCONNECTION_H

View File

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

View File

@@ -4,7 +4,7 @@
* Responsible for communicating with the actual GPIO hardware.
*
* Created on: May 6, 2018
* Author: Andreas Schneider, Johannes Wendel, Jonas Zeunert
* Author: Johannes Wendel, Jonas Zeunert
*/
#ifndef SRC_UTILITIES_GPIOINTERFACE_H_

View File

@@ -2,7 +2,7 @@
* Detector.h
*
* Created on: Jun 13, 2018
* Author: Andreas Schneider, Johannes Wendel, Jonas Zeunert
* Author: Johannes Wendel, Jonas Zeunert
*/
#ifndef SRC_INPUT_DETECTOR_H_

View File

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

View File

@@ -2,7 +2,7 @@
* EventNotifier.h
*
* Created on: Jun 13, 2018
* Author: Andreas Schneider, Johannes Wendel, Jonas Zeunert
* Author: Johannes Wendel, Jonas Zeunert
*/
#ifndef SRC_INPUT_IEVENTNOTIFIER_H_

View File

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

View File

@@ -2,7 +2,7 @@
* InputFactory.h
*
* Created on: Apr 5, 2018
* Author: Andreas Schneider, Johannes Wendel, Jonas Zeunert
* Author: Johannes Wendel, Jonas Zeunert
*/
#ifndef INPUTFACTORY_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_IINPUTGPIOINTERFACE_H_

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_

View File

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

View File

@@ -2,7 +2,7 @@
* DisplayController.cpp
*
* Created on: Aug 7, 2018
* Author: Andreas Schneider, Johannes Wendel, Jonas Zeunert
* Author: Johannes Wendel, Jonas Zeunert
*/
#include "output/detail/DisplayController.h"

View File

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

View File

@@ -2,7 +2,7 @@
* OutputDriver.cpp
*
* Created on: Aug 2, 2018
* Author: Andreas Schneider, Johannes Wendel, Jonas Zeunert
* Author: Johannes Wendel, Jonas Zeunert
*/
#include <boost/range/adaptor/map.hpp>

View File

@@ -2,7 +2,7 @@
* DisplayFactory.cpp
*
* Created on: December 28, 2019
* Author: Andreas Schneider, Johannes Wendel, Jonas Zeunert
* Author: Johannes Wendel, Jonas Zeunert
*/
#include "output/DisplayBoardPinController.h"

View File

@@ -2,7 +2,7 @@
* DisplayFactory.h
*
* Created on: December 28, 2019
* Author: Andreas Schneider, Johannes Wendel, Jonas Zeunert
* Author: Johannes Wendel, Jonas Zeunert
*/
#ifndef FLIPPR_DRIVER_DISPLAYFACTORY_H

View File

@@ -2,7 +2,7 @@
* FlipperFactory.cpp
*
* Created on: December 28, 2019
* Author: Andreas Schneider, Johannes Wendel, Jonas Zeunert
* Author: Johannes Wendel, Jonas Zeunert
*/
#include <output/DriverBoardPinController.h>

View File

@@ -2,7 +2,7 @@
* FlipperFactory.h
*
* Created on: December 28, 2019
* Author: Andreas Schneider, Johannes Wendel, Jonas Zeunert
* Author: Johannes Wendel, Jonas Zeunert
*/
#ifndef FLIPPR_DRIVER_FLIPPERFACTORY_H

View File

@@ -2,7 +2,7 @@
* ItemFactory.cpp
*
* Created on: December 28, 2019
* Author: Andreas Schneider, Johannes Wendel, Jonas Zeunert
* Author: Johannes Wendel, Jonas Zeunert
*/
#include "ItemFactory.h"

View File

@@ -2,7 +2,7 @@
* ItemFactory.h
*
* Created on: December 28, 2019
* Author: Andreas Schneider, Johannes Wendel, Jonas Zeunert
* Author: Johannes Wendel, Jonas Zeunert
*/
#ifndef FLIPPR_DRIVER_ITEMFACTORY_H

View File

@@ -2,7 +2,7 @@
* LampFactory.cpp
*
* Created on: December 28, 2019
* Author: Andreas Schneider, Johannes Wendel, Jonas Zeunert
* Author: Johannes Wendel, Jonas Zeunert
*/
#include <output/items/Lamp.h>

View File

@@ -2,7 +2,7 @@
* LampFactory.h
*
* Created on: December 28, 2019
* Author: Andreas Schneider, Johannes Wendel, Jonas Zeunert
* Author: Johannes Wendel, Jonas Zeunert
*/
#ifndef FLIPPR_DRIVER_LAMPFACTORY_H

View File

@@ -2,7 +2,7 @@
* SolenoidFactory.cpp
*
* Created on: January 6, 2020
* Author: Andreas Schneider, Johannes Wendel, Jonas Zeunert
* Author: Johannes Wendel, Jonas Zeunert
*/
#include "output/items/detail/Solenoid.h"

View File

@@ -2,7 +2,7 @@
* SolenoidFactory.h
*
* Created on: January 6, 2020
* Author: Andreas Schneider, Johannes Wendel, Jonas Zeunert
* Author: Johannes Wendel, Jonas Zeunert
*/
#ifndef FLIPPR_DRIVER_SOLENOIDFACTORY_H

View File

@@ -2,7 +2,7 @@
* SoundFactory.cpp
*
* Created on: December 28, 2019
* Author: Andreas Schneider, Johannes Wendel, Jonas Zeunert
* Author: Johannes Wendel, Jonas Zeunert
*/
#include "SoundFactory.h"

View File

@@ -2,7 +2,7 @@
* SoundFactory.h
*
* Created on: December 28, 2019
* Author: Andreas Schneider, Johannes Wendel, Jonas Zeunert
* Author: Johannes Wendel, Jonas Zeunert
*/
#ifndef FLIPPR_DRIVER_SOUNDFACTORY_H

View File

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

View File

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

View File

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

View File

@@ -2,7 +2,7 @@
* Flipper.h
*
* Created on: May 6, 2019
* Author: Andreas Schneider, Johannes Wendel, Jonas Zeunert
* Author: Johannes Wendel, Jonas Zeunert
*/
#ifndef _SRC_FLIPPR_CODE_FLIPPER_H

View File

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

View File

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

View File

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

View File

@@ -2,7 +2,7 @@
* Solenoid.cppthis->pins_display_board.end(),
*
* Created on: Aug 2, 2018
* Author: Andreas Schneider, Johannes Wendel, Jonas Zeunert
* Author: Johannes Wendel, Jonas Zeunert
*/
#include "Solenoid.h"

View File

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

View File

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

View File

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

View File

@@ -2,7 +2,7 @@
* BlockingQueue.hpp
*
* Created on: May 17, 2018
* Author: Andreas Schneider, Johannes Wendel, Jonas Zeunert, Rafael Vinci, Dr. Franca Rupprecht
* Author: Johannes Wendel, Jonas Zeunert, Rafael Vinci, Dr. Franca Rupprecht
*/
#ifndef SRC_UTILITIES_BLOCKINGQUEUE_HPP_

View File

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

View File

@@ -2,7 +2,7 @@
* LoggerFactory.hpp
*
* Created on: Jun 19, 2018
* Author: Andreas Schneider, Johannes Wendel, Jonas Zeunert
* Author: Johannes Wendel, Jonas Zeunert
*/
#ifndef SRC_UTILITIES_LOGGERFACTORY_HPP_

View File

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

View File

@@ -2,7 +2,7 @@
* helper_functions.hpp
*
* Created on: Jan 16, 2020
* Author: Andreas Schneider, Johannes Wendel, Jonas Zeunert
* Author: Johannes Wendel, Jonas Zeunert
*/
#include <string>
#include <sstream>

View File

@@ -2,7 +2,7 @@
* TestDetector.cpp
*
* Created on: Jun 27, 2018
* Author: Andreas Schneider, Johannes Wendel, Jonas Zeunert
* Author: Johannes Wendel, Jonas Zeunert
*/

View File

@@ -2,7 +2,7 @@
* TestEventHandler.cpp
*
* Created on: Jun 28, 2018
* Author: Andreas Schneider, Johannes Wendel, Jonas Zeunert
* Author: Johannes Wendel, Jonas Zeunert
*/
#include "catch.hpp"

View File

@@ -2,7 +2,7 @@
* TestEventNotifier.cpp
*
* Created on: Jun 19, 2018
* Author: Andreas Schneider, Johannes Wendel, Jonas Zeunert
* Author: Johannes Wendel, Jonas Zeunert
*/

View File

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

View File

@@ -2,7 +2,7 @@
* tests-main.cpp
*
* Created on: May 6, 2018
* Author: Andreas Schneider, Johannes Wendel, Jonas Zeunert
* Author: Johannes Wendel, Jonas Zeunert
*/
#define CATCH_CONFIG_MAIN

View File

@@ -2,7 +2,7 @@
* TestDisplay.cpp
*
* Created on: Aug 7, 2018
* Author: Andreas Schneider, Johannes Wendel, Jonas Zeunert
* Author: Johannes Wendel, Jonas Zeunert
*/

View File

@@ -2,7 +2,7 @@
* TestDisplayController.cpp
*
* Created on: Aug 7, 2018
* Author: Andreas Schneider, Johannes Wendel, Jonas Zeunert
* Author: Johannes Wendel, Jonas Zeunert
*/
#include <vector>

View File

@@ -2,7 +2,7 @@
* TestLamp.cpp
*
* Created on: Aug 7, 2018
* Author: Andreas Schneider, Johannes Wendel, Jonas Zeunert
* Author: Johannes Wendel, Jonas Zeunert
*/
#include "catch.hpp"

View File

@@ -2,7 +2,7 @@
* TestOutputDriver.cpp
*
* Created on: Aug 7, 2018
* Author: Andreas Schneider, Johannes Wendel, Jonas Zeunert
* Author: Johannes Wendel, Jonas Zeunert
*/
#include "catch.hpp"

View File

@@ -2,7 +2,7 @@
* TestCabinetItem.cpp
*
* Created on: Aug 7, 2018
* Author: Andreas Schneider, Johannes Wendel, Jonas Zeunert
* Author: Johannes Wendel, Jonas Zeunert
*/

View File

@@ -2,7 +2,7 @@
* TestSolenoid.cpp
*
* Created on: Aug 7, 2018
* Author: Andreas Schneider, Johannes Wendel, Jonas Zeunert
* Author: Johannes Wendel, Jonas Zeunert
*/

View File

@@ -2,7 +2,7 @@
* TestSound.cpp
*
* Created on: Aug 7, 2018
* Author: Andreas Schneider, Johannes Wendel, Jonas Zeunert
* Author: Johannes Wendel, Jonas Zeunert
*/
#include "catch.hpp"