]> git.mxchange.org Git - flightgear.git/commit
Introducing: The new navradio code (WIP)
authorTorsten Dreyer <Torsten@t3r.de>
Wed, 5 Oct 2011 13:26:41 +0000 (15:26 +0200)
committerTorsten Dreyer <Torsten@t3r.de>
Wed, 5 Oct 2011 13:26:41 +0000 (15:26 +0200)
commite9d24b05ca09c6f9819d80f45905198abe9422ba
tree90f11ef8566f48f1770ed7df7e3da36163c69a7a
parenta486eebeefd485e4f8871194a340b2144116b5bb
Introducing: The new navradio code (WIP)

Here comes the work-in-progres code for a new navradio
implementation. Once completed, it will replace the
old/current navradio implementation.
The new code can be activated by setting
/instrumentation/use-new-navradio=true
at startup. This disables the old navradio implementation.

Current state:
- VOR works pretty good including the new
functionality 'code of confusion'.
- LOC and GS basically work
- backward compatibility (many properties) is to be implemented
projects/VC90/FlightGear/FlightGear.vcproj
src/Instrumentation/CMakeLists.txt
src/Instrumentation/Makefile.am
src/Instrumentation/instrument_mgr.cxx
src/Instrumentation/newnavradio.cxx [new file with mode: 0755]
src/Instrumentation/newnavradio.hxx [new file with mode: 0755]