From 218cb65dd4c1375c8702f596cdc946060f6a7f91 Mon Sep 17 00:00:00 2001 From: Johannes Wendel Date: Wed, 24 Apr 2019 19:22:55 +0200 Subject: [PATCH] changed structure --- .idea/workspace.xml | 531 ++--- CMakeLists.txt | 10 +- FlippR-Driver/include/output/OutputDriver.h | 10 +- .../include/output/items/EightDigitDisplay.h | 4 +- .../include/output/items/SevenDigitDisplay.h | 4 +- .../detail/DisplayBoardPinController.cpp | 1 + .../output/detail/DisplayBoardPinController.h | 4 +- .../src/output/detail/DisplayController.h | 4 +- .../output/detail/DriverBoardPinController.h | 6 +- .../src/output/detail/OutputDriver.cpp | 4 +- .../src/output/detail/OutputDriver.h | 4 +- .../InputSocketConnection.cpp | 0 .../input_connection}/InputSocketConnection.h | 0 .../input_connection}/InputSocketHandler.cpp | 0 .../input_connection}/InputSocketHandler.h | 0 .../output_connection}/OutputHTTPServer.cpp | 4 +- .../output_connection}/OutputHTTPServer.h | 3 +- .../OutputRequestHandler.cpp | 7 +- .../output_connection}/OutputRequestHandler.h | 5 +- .../OutputRequestHandlerFactory.cpp | 0 .../OutputRequestHandlerFactory.h | 7 +- .../OutputSocketHandler.cpp | 0 .../output_connection}/OutputSocketHandler.h | 0 cmake-build-debug/CMakeCache.txt | 44 +- .../CMakeFiles/3.13.2/CMakeCCompiler.cmake | 12 +- .../CMakeFiles/3.13.2/CMakeCXXCompiler.cmake | 16 +- .../3.13.2/CMakeDetermineCompilerABI_C.bin | Bin 18488 -> 8248 bytes .../3.13.2/CMakeDetermineCompilerABI_CXX.bin | Bin 18496 -> 8264 bytes .../CMakeFiles/3.13.2/CMakeSystem.cmake | 8 +- .../CMakeFiles/3.13.2/CompilerIdC/a.out | Bin 18640 -> 8408 bytes .../CMakeFiles/3.13.2/CompilerIdCXX/a.out | Bin 18648 -> 8416 bytes .../CMakeDirectoryInformation.cmake | 4 +- cmake-build-debug/CMakeFiles/CMakeOutput.log | 519 ++-- cmake-build-debug/CMakeFiles/Makefile.cmake | 112 +- cmake-build-debug/CMakeFiles/Makefile2 | 14 +- cmake-build-debug/CMakeFiles/Progress/1 | 1 - cmake-build-debug/CMakeFiles/Progress/2 | 1 - cmake-build-debug/CMakeFiles/Progress/3 | 1 - cmake-build-debug/CMakeFiles/Progress/4 | 1 - .../CMakeFiles/Progress/count.txt | 1 - .../CMakeFiles/TargetDirectories.txt | 6 +- cmake-build-debug/CMakeFiles/clion-log.txt | 18 +- .../CMakeFiles/feature_tests.bin | Bin 18448 -> 12312 bytes .../CMakeFiles/flippr_code.dir/C.includecache | 646 ----- .../flippr_code.dir/CXX.includecache | 2104 ----------------- .../flippr_code.dir/DependInfo.cmake | 156 +- .../lib/easylogging/easylogging++.cc.o | Bin 3207312 -> 0 bytes .../CMakeFiles/flippr_code.dir/build.make | 636 ++--- .../flippr_code.dir/depend.internal | 591 ----- .../CMakeFiles/flippr_code.dir/depend.make | 593 +---- .../CMakeFiles/flippr_code.dir/flags.make | 4 +- cmake-build-debug/Makefile | 16 +- cmake-build-debug/cmake_install.cmake | 6 +- cmake-build-debug/flippr_code.cbp | 508 ++-- 54 files changed, 1348 insertions(+), 5278 deletions(-) rename FlippR-Driver/src/utility/{ => networking/input_connection}/InputSocketConnection.cpp (100%) rename FlippR-Driver/src/utility/{ => networking/input_connection}/InputSocketConnection.h (100%) rename FlippR-Driver/src/utility/{ => networking/input_connection}/InputSocketHandler.cpp (100%) rename FlippR-Driver/src/utility/{ => networking/input_connection}/InputSocketHandler.h (100%) rename FlippR-Driver/src/utility/{ => networking/output_connection}/OutputHTTPServer.cpp (99%) rename FlippR-Driver/src/utility/{ => networking/output_connection}/OutputHTTPServer.h (93%) rename FlippR-Driver/src/utility/{ => networking/output_connection}/OutputRequestHandler.cpp (99%) rename FlippR-Driver/src/utility/{ => networking/output_connection}/OutputRequestHandler.h (97%) rename FlippR-Driver/src/utility/{ => networking/output_connection}/OutputRequestHandlerFactory.cpp (100%) rename FlippR-Driver/src/utility/{ => networking/output_connection}/OutputRequestHandlerFactory.h (94%) rename FlippR-Driver/src/utility/{ => networking/output_connection}/OutputSocketHandler.cpp (100%) rename FlippR-Driver/src/utility/{ => networking/output_connection}/OutputSocketHandler.h (100%) delete mode 100644 cmake-build-debug/CMakeFiles/Progress/1 delete mode 100644 cmake-build-debug/CMakeFiles/Progress/2 delete mode 100644 cmake-build-debug/CMakeFiles/Progress/3 delete mode 100644 cmake-build-debug/CMakeFiles/Progress/4 delete mode 100644 cmake-build-debug/CMakeFiles/Progress/count.txt delete mode 100644 cmake-build-debug/CMakeFiles/flippr_code.dir/C.includecache delete mode 100644 cmake-build-debug/CMakeFiles/flippr_code.dir/CXX.includecache delete mode 100644 cmake-build-debug/CMakeFiles/flippr_code.dir/FlippR-Driver/lib/easylogging/easylogging++.cc.o delete mode 100644 cmake-build-debug/CMakeFiles/flippr_code.dir/depend.internal diff --git a/.idea/workspace.xml b/.idea/workspace.xml index a3473c1..fb52da8 100644 --- a/.idea/workspace.xml +++ b/.idea/workspace.xml @@ -12,12 +12,60 @@ - - - - - - + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +