]> git.mxchange.org Git - flightgear.git/blobdiff - src/FDM/YASim/Rotor.hpp
Port over remaining Point3D usage to the more type and unit safe SG* classes.
[flightgear.git] / src / FDM / YASim / Rotor.hpp
index 5bec0a43f82c0d43015f6eb642aebf97b1b9080a..43ea60e04474b593837f807a9a08e843476c5d36 100644 (file)
@@ -93,10 +93,11 @@ public:
     void setCyclicail(float lval,float rval);
     void setCyclicele(float lval,float rval);
     void setCollective(float lval);
+    void setRotorBalance(float lval);
     void setAlphaoutput(int i, const char *text);
     void setCcw(int ccw);
     int getCcw() {return _ccw;};
-    void setParameter(char *parametername, float value);
+    void setParameter(const char *parametername, float value);
     void setGlobalGround(double* global_ground, float* global_vel);
     float getTorqueOfInertia();
     int getValueforFGSet(int j,char *b,float *f);