]> git.mxchange.org Git - flightgear.git/blobdiff - src/Instrumentation/slip_skid_ball.hxx
NavDisplay enhancements for Syd.
[flightgear.git] / src / Instrumentation / slip_skid_ball.hxx
index 7266cdfce4c2b3033d10adf454bb81fb9eed29f9..1dc1c8916b6e492841f47b48605524e3ca9d9719 100644 (file)
@@ -14,8 +14,6 @@
 #include <simgear/props/props.hxx>
 #include <simgear/structure/subsystem_mgr.hxx>
 
-#include "gyro.hxx"
-
 
 /**
  * Model a slip-skid ball.
@@ -36,7 +34,6 @@ class SlipSkidBall : public SGSubsystem
 public:
 
     SlipSkidBall ( SGPropertyNode *node );
-    SlipSkidBall ();
     virtual ~SlipSkidBall ();
 
     virtual void init ();
@@ -44,11 +41,10 @@ public:
 
 private:
 
-    Gyro _gyro;
     double _last_pos;
 
-    string name;
-    int num;
+    std::string _name;
+    int _num;
 
     SGPropertyNode_ptr _serviceable_node;
     SGPropertyNode_ptr _y_accel_node;