Commit Graph

18 Commits

Author SHA1 Message Date
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
f4da74febd initialize the worker 2021-11-12 20:13:53 +01:00
Sven Czarnian
feb4f85dac split the creation and the acquire-call 2021-11-12 20:12:41 +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
9c9e7dd445 reorganize the release-function 2021-11-11 11:05:19 +01:00
Sven Czarnian
0c97e5aa67 initialize the random number generator 2021-10-15 18:09:43 +02:00
Sven Czarnian
1e043e2765 define member variables with capital letters 2021-10-13 12:52:29 +02:00
Sven Czarnian
2ef1e13bd6 extend the worker thread 2021-10-12 22:27:55 +02:00
Sven Czarnian
667829b03d fix a crash during the update call 2021-09-25 09:03:55 +02:00
Sven Czarnian
dc2a435e8e fix a comment 2021-09-24 22:29:28 +02:00
Sven Czarnian
484be00e8c redefined the API to avoid GC issues during the destruction of the AMAN and its children 2021-09-24 22:28:19 +02:00
Sven Czarnian
b69c584fb4 use the weather system in the central AMAN class 2021-09-24 22:11:15 +02:00
Sven Czarnian
9de9b813ba sort the received aircraft reports into the corresponding worker thread 2021-09-03 23:35:17 +02:00
Sven Czarnian
744ad71b6c initialize the workers for the airports and destroy them during shutdown 2021-09-02 20:59:41 +02:00
Sven Czarnian
518e80e2fe rename System class 2021-09-02 20:37:12 +02:00