testing
This commit is contained in:
Binary file not shown.
@@ -1,7 +1,7 @@
|
|||||||
cmake_minimum_required(VERSION 3.6.2)
|
cmake_minimum_required(VERSION 3.6.2)
|
||||||
project(flippR_driver_networking)
|
project(flippR_driver_networking)
|
||||||
|
|
||||||
set(EXECUTABLE_OUTPUT_PATH ${CMAKE_SOURCE_DIR}/cli/networking)
|
set(EXECUTABLE_OUTPUT_PATH ${CMAKE_SOURCE_DIR}/bin/networking)
|
||||||
set(SOURCES
|
set(SOURCES
|
||||||
input/InputSocketHandler.cpp
|
input/InputSocketHandler.cpp
|
||||||
output/OutputRequestHandler.cpp
|
output/OutputRequestHandler.cpp
|
||||||
|
|||||||
@@ -161,12 +161,10 @@ void FlippRServer::initialize_input_driver()
|
|||||||
|
|
||||||
int FlippRServer::main(const std::vector<std::string>& args)
|
int FlippRServer::main(const std::vector<std::string>& args)
|
||||||
{
|
{
|
||||||
if(help_requested)
|
if(!help_requested)
|
||||||
return Application::EXIT_OK;
|
{
|
||||||
|
waitForTerminationRequest();
|
||||||
while(true);
|
}
|
||||||
waitForTerminationRequest();
|
|
||||||
|
|
||||||
return Application::EXIT_OK;
|
return Application::EXIT_OK;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user