Erweiterung der Konfigurationsdatei shapes.cfg zur Unterstützung zusätzlicher Formen und Anpassung der Funktionen zur Verarbeitung von "ILS 2.0 Kreisel" und "ILS 2.0 Gefällestrecke". Einführung der Funktion get_shape_cfg zum Auslesen von Blocknamen und Offsets aus der Konfiguration. Anpassung der Handler-Funktionen zur Verwendung dieser neuen Struktur.

This commit is contained in:
2025-07-23 15:46:15 +02:00
parent 7f2a8a0ffb
commit 2c697f87b9
2 changed files with 74 additions and 41 deletions
+9 -2
View File
@@ -1,2 +1,9 @@
[simple_types]
shape_names = ILS 2.0 Kreisel
[ILS 2.0 Kreisel]
items = SP8, AN8
offset_symb1 = 0,0
offset_symb2 = 0,0
[ILS 2.0 Gefällestrecke]
items = AE DS, EE DS
offset_symb1 = 0,0
offset_symb2 = 0,0