]> git.mxchange.org Git - flightgear.git/commit
A set of additions related to allow the use of SID and STAR procedures.
authordurk <durk>
Sun, 8 Mar 2009 17:14:05 +0000 (17:14 +0000)
committerTim Moore <timoore@redhat.com>
Wed, 11 Mar 2009 22:14:34 +0000 (23:14 +0100)
commit9cc92035b19c3407344398503a1ea570769aed85
treefbfe6ddfa4f98e5022679598b8edd2341afe3f02
parent19331f2813b0c20528a975a7061e7ecd1c29d2ab
A set of additions related to allow the use of SID and STAR procedures.
The current code still has some rough edges, in particular memory still
needs to be deallocated where possible, and the actual use of the code
needs more testing. This code has been running without noticable problems,
so I think it's ready for some wider exposure. Detailed changes include:
- Finetuning of the SID/STAR data concept.
- Preloading of all SIDs, from one xml file.
- ATC determines which SID should be used and echoes this over the com1 or
  com2 radio.
12 files changed:
src/AIModel/AIFlightPlan.cxx
src/AIModel/AIFlightPlan.hxx
src/AIModel/AIFlightPlanCreate.cxx
src/ATC/trafficcontrol.cxx
src/Airports/Makefile.am
src/Airports/dynamics.cxx
src/Airports/dynamics.hxx
src/Airports/sidstar.cxx [new file with mode: 0644]
src/Airports/sidstar.hxx [new file with mode: 0644]
src/Airports/simple.cxx
src/Airports/xmlloader.cxx
src/Airports/xmlloader.hxx