Commit Graph

204 Commits

Author SHA1 Message Date
Sven Czarnian
9bf0600488 update the configuration code 2021-11-15 18:26:03 +01:00
Sven Czarnian
50cd3e887e add helper functions to update and get information out of the airport data 2021-11-15 18:25:42 +01:00
Sven Czarnian
35d1012bf5 protect the AMAN itself by locks 2021-11-15 18:23:28 +01:00
Sven Czarnian
9028ef0442 remove the web UI 2021-11-15 18:20:33 +01:00
Sven Czarnian
e4ce4ff654 remove acquire() and release() functions and run the threads as deamons for easier cleanups 2021-11-15 17:33:26 +01:00
Sven Czarnian
7452eb595d request the current configuration after every iteration cycle 2021-11-14 10:02:36 +01:00
Sven Czarnian
f7b8f26e48 add the function to request the configuration 2021-11-14 10:02:21 +01:00
Sven Czarnian
5df1ceb204 the return value is not needed 2021-11-14 10:01:53 +01:00
Sven Czarnian
0a3502e98a add the runway assignment flag 2021-11-14 10:01:22 +01:00
Sven Czarnian
52d0373ebb store the airport's ICAO code 2021-11-14 10:01:13 +01:00
Sven Czarnian
f74ae4900c send the performance data as well 2021-11-14 09:35:51 +01:00
Sven Czarnian
38b4865ea5 remove useless includes 2021-11-13 22:55:13 +01:00
Sven Czarnian
8b34f622a3 adapt the code to split up predictions form the inbounds 2021-11-13 22:55:04 +01:00
Sven Czarnian
eba9e2deab use the new interfaces to receive the data 2021-11-13 22:54:20 +01:00
Sven Czarnian
22e9018807 fix issues in the data transmission 2021-11-13 22:54:04 +01:00
Sven Czarnian
bf10649df6 add functions to calculate other speeds, etc 2021-11-13 22:53:28 +01:00
Sven Czarnian
530c9ea731 use the weather model as well 2021-11-13 10:00:54 +01:00
Sven Czarnian
39dcd03458 publish the used wind data as well 2021-11-13 09:57:23 +01:00
Sven Czarnian
46e04fca23 initialize the values with None 2021-11-13 09:56:14 +01:00
Sven Czarnian
7cdb04c8fd remove a useless print command 2021-11-13 09:50:22 +01:00
Sven Czarnian
75224a1952 add more information to the arrival waypoints 2021-11-13 09:46:43 +01:00
Sven Czarnian
8c703c13a1 extend the weather model 2021-11-13 09:46:19 +01:00
Sven Czarnian
e6fc82fd5a reset the timestamp if something went wrong 2021-11-13 09:46:05 +01:00
Sven Czarnian
cf8ec3242e fix bugs in the DWD crawler 2021-11-13 09:45:17 +01:00
Sven Czarnian
cbbaf0c021 change the gafor id to an integer 2021-11-13 09:43:37 +01:00
Sven Czarnian
d6b85b1660 send the sequence to euroscope 2021-11-12 20:14:05 +01:00
Sven Czarnian
f4da74febd initialize the worker 2021-11-12 20:13:53 +01:00
Sven Czarnian
d0be115fce add Euroscope to the worker itself 2021-11-12 20:13:36 +01:00
Sven Czarnian
feb4f85dac split the creation and the acquire-call 2021-11-12 20:12:41 +01:00
Sven Czarnian
d1536804a4 add a function to send the sequence to euroscope 2021-11-12 20:11:53 +01:00
Sven Czarnian
921919488f calculate the PTA based on linear functions for the complete arrival route 2021-11-12 19:40:19 +01:00
Sven Czarnian
6f36d8f569 run the optimization every time to optimze also based on TTG 2021-11-12 19:38:11 +01:00
Sven Czarnian
40ddd7c188 remove debugging messages 2021-11-12 19:37:26 +01:00
Sven Czarnian
2ef4a485d8 fix issues with the TTG and TTL 2021-11-12 19:37:06 +01:00
Sven Czarnian
63378a347b set the planned arrival route and trackmiles 2021-11-11 23:23:25 +01:00
Sven Czarnian
7088bd7bcd add more planned information 2021-11-11 23:22:51 +01:00
Sven Czarnian
9cd46dc4cc extend the arrival candidates 2021-11-11 23:22:41 +01:00
Sven Czarnian
559ab1fa03 calculate the arrival route 2021-11-11 23:22:15 +01:00
Sven Czarnian
1a23499f61 rename ArrivalTime to ArrivalData due to more non-time-related information in the class 2021-11-11 20:25:20 +01:00
Sven Czarnian
7985dda3ce define the arrival waypoint with time information 2021-11-11 20:22:03 +01:00
Sven Czarnian
98285869cd fix a crash if preceding inbounds exist 2021-11-11 20:21:11 +01:00
Sven Czarnian
7c90ecc3b5 send the sequence to the UI 2021-11-11 14:22:58 +01:00
Sven Czarnian
f162047767 update the fixed sequence inbound tag 2021-11-11 14:17:22 +01:00
Sven Czarnian
094e0c627a add a status if the sequence is fixed 2021-11-11 14:13:21 +01:00
Sven Czarnian
b498fe94d1 serializer not needed 2021-11-11 14:13:13 +01:00
Sven Czarnian
ec019d5006 add the WebUI to the system 2021-11-11 12:57:54 +01:00
Sven Czarnian
7762cbf213 initialize the WebUI 2021-11-11 11:09:59 +01:00
Sven Czarnian
e450b58428 update the interface 2021-11-11 11:06:37 +01:00
Sven Czarnian
014ea5fa0a extend the configuration for the UI communication 2021-11-11 11:05:41 +01:00
Sven Czarnian
9c9e7dd445 reorganize the release-function 2021-11-11 11:05:19 +01:00