]> git.mxchange.org Git - flightgear.git/blobdiff - src/Instrumentation/navradio.hxx
fix a typo
[flightgear.git] / src / Instrumentation / navradio.hxx
index 4dde4ae2075ccd12826d3b586167f3b56c7e0d80..92f80bc37bdb727a6e16f9401ff1186f0c86e392 100644 (file)
@@ -85,6 +85,7 @@ class FGNavRadio : public SGSubsystem
     SGPropertyNode_ptr to_flag_node;
     SGPropertyNode_ptr from_flag_node;
     SGPropertyNode_ptr inrange_node;
+    SGPropertyNode_ptr signal_quality_norm_node;
     SGPropertyNode_ptr cdi_deflection_node;
     SGPropertyNode_ptr cdi_xtrack_error_node;
     SGPropertyNode_ptr cdi_xtrack_hdg_err_node;
@@ -105,6 +106,7 @@ class FGNavRadio : public SGSubsystem
     SGPropertyNode_ptr gps_cdi_deflection_node;
     SGPropertyNode_ptr gps_to_flag_node;
     SGPropertyNode_ptr gps_from_flag_node;
+    SGPropertyNode_ptr gps_has_gs_node;
 
     // internal (private) values
 
@@ -142,8 +144,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;