introduce the aircraft scheduler to receive new messages from the backend

threading-concepts are used to avoid unnecessary main thread action
This commit is contained in:
Sven Czarnian
2021-08-19 08:47:39 +02:00
parent c6677761dd
commit 2cf49c00fc
3 changed files with 182 additions and 0 deletions

View File

@@ -32,6 +32,7 @@ SET(SOURCE_FILES
SET(SOURCE_COM_FILES
com/AircraftReporter.cpp
com/AircraftScheduler.cpp
com/ZmqContext.cpp
com/ZmqContext.h
)
@@ -50,6 +51,7 @@ SET(SOURCE_FILES_RES
SET(INCLUDE_COM_FILES
${CMAKE_SOURCE_DIR}/include/aman/com/AircraftReporter.h
${CMAKE_SOURCE_DIR}/include/aman/com/AircraftScheduler.h
)
SET(INCLUDE_CONFIG_FILES