]> git.mxchange.org Git - flightgear.git/blobdiff - src/Instrumentation/transponder.hxx
Make hardcoded error values configurable.
[flightgear.git] / src / Instrumentation / transponder.hxx
index 765edb4315b52ace449d6f8a8d860bfc4dae9a2d..f0a58efd22b08e4722e11deabed63699184818a8 100644 (file)
@@ -50,9 +50,9 @@ private:
     SGPropertyNode_ptr flightLevelNode;
 
     // Internal
-    string name;
-    int num;
-    string encoder;
+    string _name;
+    int _num;
+    string _mode_c_altitude;
 };
 
 #endif // TRANSPONDER_HXX