1
0
Fork 0
flightgear/src/Network
curt 9ae7191590 Brian Schack:
Right now, atlas.cxx uses the following code, in
FGAtlas::gen_message(), to retrieve the ADF frequency:

static SGPropertyNode *adf_freq =
    fgGetNode("/instrumentation/kr-87/outputs/selected-khz", true);

I think it should be changed to:

static SGPropertyNode *adf_freq =
    fgGetNode("/instrumentation/adf/frequencies/selected-khz", true);
2008-12-01 13:58:04 +00:00
..
.cvsignore -Removed .cvsignore from itself, since .cvsignore is now in the CVS 2001-12-12 04:15:23 +00:00
ATC-Inputs.cxx header cleanups 2008-07-31 12:04:32 +00:00
ATC-Inputs.hxx fix another crash on exit by finally converting the rest of unguarded 2006-06-11 10:21:10 +00:00
ATC-Main.cxx fix typo in warning message 2008-11-11 18:26:50 +00:00
ATC-Main.hxx Include <iostream> and using declarations as needed. 2008-06-02 21:07:35 +00:00
ATC-Outputs.cxx header cleanups 2008-07-31 12:04:32 +00:00
ATC-Outputs.hxx fix another crash on exit by finally converting the rest of unguarded 2006-06-11 10:21:10 +00:00
atlas.cxx Brian Schack: 2008-12-01 13:58:04 +00:00
atlas.hxx - remove the SG_GLxxxx_H #defines, since OSG provides its own versions 2008-07-27 16:25:13 +00:00
AV400.cxx This should apply, and everything should build cleanly, in isolation from the 2008-07-25 18:38:29 +00:00
AV400.hxx - remove the SG_GLxxxx_H #defines, since OSG provides its own versions 2008-07-27 16:25:13 +00:00
garmin.cxx This should apply, and everything should build cleanly, in isolation from the 2008-07-25 18:38:29 +00:00
garmin.hxx - remove the SG_GLxxxx_H #defines, since OSG provides its own versions 2008-07-27 16:25:13 +00:00
generic.cxx Allow generic file protocol to terminate fg after a number of repetitions. 2008-08-07 22:24:47 +00:00
generic.hxx Allow generic file protocol to terminate fg after a number of repetitions. 2008-08-07 22:24:47 +00:00
httpd.cxx - remove the SG_GLxxxx_H #defines, since OSG provides its own versions 2008-07-27 16:25:13 +00:00
httpd.hxx Use SG_LOG instead of printf 2006-12-17 18:40:17 +00:00
joyclient.cxx James Turner: 2008-07-29 08:27:48 +00:00
joyclient.hxx - remove the SG_GLxxxx_H #defines, since OSG provides its own versions 2008-07-27 16:25:13 +00:00
jpg-httpd.cxx compile 2008-11-19 01:09:29 +00:00
jpg-httpd.hxx Maik Justus : if the build is configured without FG_JPEG_SERVER, the compilation fails. 2006-12-25 19:38:34 +00:00
jsclient.cxx new FSF address 2006-02-21 01:16:04 +00:00
jsclient.hxx - remove the SG_GLxxxx_H #defines, since OSG provides its own versions 2008-07-27 16:25:13 +00:00
lfsglass.cxx - remove the SG_GLxxxx_H #defines, since OSG provides its own versions 2008-07-27 16:25:13 +00:00
lfsglass.hxx This should apply, and everything should build cleanly, in isolation from the 2008-07-25 18:38:29 +00:00
lfsglass_data.hxx LFS Glass cockpit interface (allows development independent of the opengc 2006-03-06 18:49:57 +00:00
Makefile.am Add an initial implementation of the Garmin 400 series "Aviation In" data 2006-08-20 23:37:13 +00:00
multiplay.cxx - remove the SG_GLxxxx_H #defines, since OSG provides its own versions 2008-07-27 16:25:13 +00:00
multiplay.hxx - remove the SG_GLxxxx_H #defines, since OSG provides its own versions 2008-07-27 16:25:13 +00:00
native.cxx Win32 compilation fix 2006-11-02 17:41:53 +00:00
native.hxx - remove the SG_GLxxxx_H #defines, since OSG provides its own versions 2008-07-27 16:25:13 +00:00
native_ctrls.cxx MINGW patch by Csaba Halasz, reworked by me to avoid breaking MSVC or Cygwin build 2008-09-28 08:27:32 +00:00
native_ctrls.hxx - remove the SG_GLxxxx_H #defines, since OSG provides its own versions 2008-07-27 16:25:13 +00:00
native_fdm.cxx MINGW patch by Csaba Halasz, reworked by me to avoid breaking MSVC or Cygwin build 2008-09-28 08:27:32 +00:00
native_fdm.hxx new FSF address 2006-02-21 01:16:04 +00:00
native_gui.cxx Csaba HALASZ: fix dme property name 2007-03-01 17:39:45 +00:00
native_gui.hxx new FSF address 2006-02-21 01:16:04 +00:00
net_ctrls.hxx Integrate a large part of John Wojnaroski's 747 cockpit project. 2006-01-20 17:19:01 +00:00
net_fdm.hxx Add fuel pressure. 2006-03-21 18:51:57 +00:00
net_fdm_mini.hxx Use our own stdint.hxx implementation. 2005-09-22 11:47:58 +00:00
net_gui.hxx Use our own stdint.hxx implementation. 2005-09-22 11:47:58 +00:00
nmea.cxx This should apply, and everything should build cleanly, in isolation from the 2008-07-25 18:38:29 +00:00
nmea.hxx - remove the SG_GLxxxx_H #defines, since OSG provides its own versions 2008-07-27 16:25:13 +00:00
opengc.cxx - remove the SG_GLxxxx_H #defines, since OSG provides its own versions 2008-07-27 16:25:13 +00:00
opengc.hxx This should apply, and everything should build cleanly, in isolation from the 2008-07-25 18:38:29 +00:00
opengc_data.hxx new FSF address 2006-02-21 01:16:04 +00:00
props.cxx - remove the SG_GLxxxx_H #defines, since OSG provides its own versions 2008-07-27 16:25:13 +00:00
props.hxx - remove the SG_GLxxxx_H #defines, since OSG provides its own versions 2008-07-27 16:25:13 +00:00
protocol.cxx new FSF address 2006-02-21 01:16:04 +00:00
protocol.hxx - remove the SG_GLxxxx_H #defines, since OSG provides its own versions 2008-07-27 16:25:13 +00:00
pve.cxx Win32 compilation fix 2006-11-02 17:41:53 +00:00
pve.hxx - remove the SG_GLxxxx_H #defines, since OSG provides its own versions 2008-07-27 16:25:13 +00:00
ray.cxx Win32 compilation fix 2006-11-02 17:41:53 +00:00
ray.hxx - remove the SG_GLxxxx_H #defines, since OSG provides its own versions 2008-07-27 16:25:13 +00:00
rul.cxx Win32 compilation fix 2006-11-02 17:41:53 +00:00
rul.hxx - remove the SG_GLxxxx_H #defines, since OSG provides its own versions 2008-07-27 16:25:13 +00:00