]> git.mxchange.org Git - flightgear.git/commit
A new comm radio and atis implementation
authorTorsten Dreyer <torsten@t3r.de>
Wed, 19 Feb 2014 13:24:34 +0000 (14:24 +0100)
committerTorsten Dreyer <torsten@t3r.de>
Fri, 28 Feb 2014 10:45:49 +0000 (11:45 +0100)
commitdd6cccdda168318cd2a286986a7f08a6d3c5e339
treeafb3dc2c6ee73e31e94da46074c191ccd770af2b
parentc519b9262d5dadbf1c565b8fd6b6f6bf2ff4238e
A new comm radio and atis implementation
23 files changed:
src/ATC/ATISEncoder.cxx [new file with mode: 0644]
src/ATC/ATISEncoder.hxx [new file with mode: 0644]
src/ATC/CMakeLists.txt
src/ATC/MetarPropertiesATISInformationProvider.cxx [new file with mode: 0644]
src/ATC/MetarPropertiesATISInformationProvider.hxx [new file with mode: 0644]
src/ATCDCL/CMakeLists.txt
src/Airports/airport.cxx
src/Airports/airport.hxx
src/Airports/dynamics.cxx
src/Airports/runways.cxx
src/Airports/runways.hxx
src/Environment/CMakeLists.txt
src/Instrumentation/CMakeLists.txt
src/Instrumentation/commradio.cxx [new file with mode: 0644]
src/Instrumentation/commradio.hxx [new file with mode: 0644]
src/Instrumentation/frequencyformatter.hxx [new file with mode: 0644]
src/Instrumentation/instrument_mgr.cxx
src/Instrumentation/newnavradio.cxx
src/Main/fg_init.cxx
src/Main/globals.cxx
src/Main/globals.hxx
src/Main/locale.cxx
src/Main/subsystemFactory.cxx