]> git.mxchange.org Git - flightgear.git/commit
Refactor morse and beacon as singleton
authorTorsten Dreyer <Torsten@t3r.de>
Tue, 13 Sep 2011 18:06:31 +0000 (20:06 +0200)
committerTorsten Dreyer <Torsten@t3r.de>
Tue, 13 Sep 2011 18:12:52 +0000 (20:12 +0200)
commit9cef27f5ca7486230d1158748f994cba0ceea673
tree3a9607f0a77e9156c2a78e350f7c457f619a0c62
parent587895bf2b0982f9dfc588094126520845e64bba
Refactor morse and beacon as singleton
17 files changed:
projects/VC90/FlightGear/FlightGear.vcproj
src/Instrumentation/adf.cxx
src/Instrumentation/adf.hxx
src/Instrumentation/kr_87.cxx
src/Instrumentation/kr_87.hxx
src/Instrumentation/marker_beacon.cxx
src/Instrumentation/marker_beacon.hxx
src/Instrumentation/navradio.cxx
src/Instrumentation/navradio.hxx
src/Sound/CMakeLists.txt
src/Sound/Makefile.am
src/Sound/beacon.cxx
src/Sound/beacon.hxx
src/Sound/morse.cxx
src/Sound/morse.hxx
src/Sound/soundgenerator.cxx [new file with mode: 0644]
src/Sound/soundgenerator.hxx [new file with mode: 0644]