define the inbound and predict the flight path

This commit is contained in:
Sven Czarnian
2021-11-25 22:27:03 +01:00
parent 1594be8dc1
commit 8390cd5309
5 changed files with 447 additions and 25 deletions

View File

@@ -48,6 +48,7 @@ SET(SOURCE_CONFIG_FILES
SET(SOURCE_TYPES_FILES
types/ArrivalWaypoint.cpp
types/GeoCoordinate.cpp
types/Inbound.cpp
)
SET(SOURCE_FILES_RES
@@ -73,10 +74,11 @@ SET(INCLUDE_HELPER_FILES
)
SET(INCLUDE_TYPES_FILES
${CMAKE_SOURCE_DIR}/include/aman/types/AltitudeWindData.h
${CMAKE_SOURCE_DIR}/include/aman/types/AircraftPerformanceData.h
${CMAKE_SOURCE_DIR}/include/aman/types/ArrivalWaypoint.h
${CMAKE_SOURCE_DIR}/include/aman/types/Communication.h
${CMAKE_SOURCE_DIR}/include/aman/types/GeoCoordinate.h
${CMAKE_SOURCE_DIR}/include/aman/types/Inbound.h
${CMAKE_SOURCE_DIR}/include/aman/types/Quantity.hpp
)