]> git.mxchange.org Git - flightgear.git/commit
Some more refactoring of the radios
authorTorsten Dreyer <Torsten@t3r.de>
Thu, 15 Sep 2011 19:28:30 +0000 (21:28 +0200)
committerTorsten Dreyer <Torsten@t3r.de>
Thu, 15 Sep 2011 19:28:30 +0000 (21:28 +0200)
commit43109feb0c6a2ab35d5f1ee9318daadff811cc88
tree0182cffd0239c3605845f0ab9304b0fa00140b6e
parent2de3872d664cbe14f50b68bd39364effdd054167
Some more refactoring of the radios

- wrap the ident-generating code into a class
- move dme-in-range property into dme.cxx
- move dme-ident generation into dme.cxx
- support ident-button and volume for dme idents
- use globals.get_aircraft_position instead of properties
- some minor cleanup
14 files changed:
projects/VC90/FlightGear/FlightGear.vcproj
src/Instrumentation/adf.cxx
src/Instrumentation/dme.cxx
src/Instrumentation/dme.hxx
src/Instrumentation/kr_87.cxx
src/Instrumentation/kr_87.hxx
src/Instrumentation/navradio.cxx
src/Instrumentation/navradio.hxx
src/Sound/CMakeLists.txt
src/Sound/Makefile.am
src/Sound/audioident.cxx [new file with mode: 0644]
src/Sound/audioident.hxx [new file with mode: 0644]
src/Sound/morse.cxx
src/Sound/morse.hxx