]> git.mxchange.org Git - flightgear.git/blobdiff - src/FDM/JSBSim/FGRotor.h
Fix stall widths for the "auxilliary" (reverse flow) stalls so they
[flightgear.git] / src / FDM / JSBSim / FGRotor.h
index b699391f7ed48d1e1be5fda2165b90f555eea5e3..2e4b3b34d87119a2922778781e135d26880695f4 100644 (file)
@@ -70,6 +70,8 @@ public:
   ~FGRotor();
 
   double Calculate(double);
+  string GetThrusterLabels(int id, string delimeter);
+  string GetThrusterValues(int id, string delimeter);
 
 private:
   void Debug(int from);