X-Git-Url: https://git.mxchange.org/?a=blobdiff_plain;f=src%2FInstrumentation%2Fnavradio.hxx;h=34c1350b003210119074026dad9b43242f4b1c67;hb=61812ef4b88f5aa74e9cc0630c84d6fc6b4a51cd;hp=c6006a58da1c3e4729e55f810f6b1cbc874a0567;hpb=ef52b23e3a1aaf44d1a2283c920a70367960abff;p=flightgear.git diff --git a/src/Instrumentation/navradio.hxx b/src/Instrumentation/navradio.hxx index c6006a58d..34c1350b0 100644 --- a/src/Instrumentation/navradio.hxx +++ b/src/Instrumentation/navradio.hxx @@ -50,7 +50,7 @@ class FGNavRadio : public SGSubsystem // property inputs SGPropertyNode_ptr is_valid_node; // is station data valid (may be way out - // of range.) + // of range.) SGPropertyNode_ptr power_btn_node; SGPropertyNode_ptr freq_node; // primary freq SGPropertyNode_ptr alt_freq_node; // standby freq @@ -58,6 +58,7 @@ class FGNavRadio : public SGSubsystem SGPropertyNode_ptr vol_btn_node; SGPropertyNode_ptr ident_btn_node; SGPropertyNode_ptr audio_btn_node; + SGPropertyNode_ptr backcourse_node; SGPropertyNode_ptr nav_serviceable_node; SGPropertyNode_ptr cdi_serviceable_node; SGPropertyNode_ptr gs_serviceable_node; @@ -141,8 +142,8 @@ class FGNavRadio : public SGSubsystem double last_loc_dist; double last_xtrack_error; - string name; - int num; + string _name; + int _num; // internal periodic station search timer double _time_before_search_sec;