]> git.mxchange.org Git - flightgear.git/commit
Attached is a reasonably large patch to add a proper ATC
authorcurt <curt>
Fri, 1 Mar 2002 17:39:52 +0000 (17:39 +0000)
committercurt <curt>
Fri, 1 Mar 2002 17:39:52 +0000 (17:39 +0000)
commit348ac42c90e1d3534453be607c1ab23189f932c3
tree217c93d877cc9babd3f9d08e021fa696b1a67e25
parenta6cb16ce365ba6f5f8638d03f9e1e538e84c2838
Attached is a reasonably large patch to add a proper ATC
subsystem to Flightgear.  No more functionality is implemented
than at present (apart from an ATIS bug-fix - station wouldn't
change if the radio was switched directly from one station to
another) but it is much neater than the current hack and should be
easily extendable.

Some cruft is still probably left over in radiostack.[ch]xx such as
the bindings to the comm frequencies but I'll leave removing those
until I'm sure they're not needed there.
16 files changed:
src/ATC/ATC.cxx [new file with mode: 0644]
src/ATC/ATC.hxx [new file with mode: 0644]
src/ATC/ATCdisplay.cxx
src/ATC/ATCdisplay.hxx
src/ATC/ATCmgr.cxx [new file with mode: 0644]
src/ATC/ATCmgr.hxx [new file with mode: 0644]
src/ATC/Makefile.am
src/ATC/atis.cxx
src/ATC/atis.hxx
src/ATC/atislist.cxx
src/ATC/atislist.hxx
src/Cockpit/radiostack.cxx
src/Cockpit/radiostack.hxx
src/Main/fg_init.cxx
src/Main/globals.hxx
src/Main/main.cxx