]> git.mxchange.org Git - flightgear.git/blobdiff - src/Systems/static.hxx
Sync. w. JSBSim CVS
[flightgear.git] / src / Systems / static.hxx
index fcacd925b6e05c07bdd2c120c17cd7798caadf1e..d62ff7f330ef3cb376806902fb170a4bea80c4e9 100644 (file)
@@ -46,8 +46,9 @@ public:
 
 private:
 
-    string name;
-    int num;
+    string _name;
+    int _num;
+    double _tau;
     SGPropertyNode_ptr _serviceable_node;
     SGPropertyNode_ptr _pressure_in_node;
     SGPropertyNode_ptr _pressure_out_node;