]> git.mxchange.org Git - flightgear.git/blobdiff - src/Instrumentation/transponder.hxx
Improve gyro heading indicator failure simulation
[flightgear.git] / src / Instrumentation / transponder.hxx
index 765edb4315b52ace449d6f8a8d860bfc4dae9a2d..d41514e0849aee90f4712bd7768866872d9c9f6e 100644 (file)
@@ -50,9 +50,9 @@ private:
     SGPropertyNode_ptr flightLevelNode;
 
     // Internal
-    string name;
-    int num;
-    string encoder;
+    std::string _name;
+    int _num;
+    std::string _mode_c_altitude;
 };
 
 #endif // TRANSPONDER_HXX