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);
This commit is contained in:
parent
b7ebc7d78d
commit
9ae7191590
1 changed files with 1 additions and 1 deletions
|
@ -69,7 +69,7 @@ bool FGAtlas::gen_message() {
|
|||
// cout << "generating atlas message" << endl;
|
||||
|
||||
static SGPropertyNode *adf_freq
|
||||
= fgGetNode("/instrumentation/kr-87/outputs/selected-khz", true);
|
||||
= fgGetNode("/instrumentation/adf/outputs/selected-khz", true);
|
||||
static SGPropertyNode *nav_freq
|
||||
= fgGetNode("/instrumentation/nav/frequencies/selected-mhz", true);
|
||||
static SGPropertyNode *nav_sel_radial
|
||||
|
|
Loading…
Reference in a new issue