]> git.mxchange.org Git - flightgear.git/blobdiff - src/Instrumentation/navradio.hxx
GPS data validity clean-up; it was a mess, now it's more robust. Thanks to Dave Luff...
[flightgear.git] / src / Instrumentation / navradio.hxx
index 116a90ce7ef43c553cf526778c18eb787a4e6442..0619962c044b1079aff66a19f5b1170fd7ef8c17 100644 (file)
@@ -113,7 +113,10 @@ class FGNavRadio : public SGSubsystem
     SGPropertyNode_ptr gps_to_flag_node;
     SGPropertyNode_ptr gps_from_flag_node;
     SGPropertyNode_ptr gps_has_gs_node;
-
+    SGPropertyNode_ptr gps_course_node;
+    SGPropertyNode_ptr gps_xtrack_error_nm_node;
+    SGPropertyNode_ptr _magvarNode;
+    
     // internal (private) values
 
     int play_count;