X-Git-Url: https://git.mxchange.org/?a=blobdiff_plain;f=src%2FFDM%2FLaRCsim.hxx;h=7ce2ddc80afb5f4cad9cb84d20853db210734566;hb=ee98995d30e75cda88c9866f3cb6a761fda7d078;hp=3d598dd529640c4d2d89f9473fd6932abe71df85;hpb=d8e7b7b9ff4d5f0db7d39796526058dc0c8f832d;p=flightgear.git diff --git a/src/FDM/LaRCsim.hxx b/src/FDM/LaRCsim.hxx index 3d598dd52..7ce2ddc80 100644 --- a/src/FDM/LaRCsim.hxx +++ b/src/FDM/LaRCsim.hxx @@ -58,7 +58,7 @@ public: void init(); // update position based on inputs, positions, velocities, etc. - bool update( int multiloop ); + void update( double dt ); // Positions void set_Latitude(double lat); //geocentric @@ -80,14 +80,15 @@ public: void set_Gamma_vert_rad( double gamma); // Earth - void set_Runway_altitude(double ralt); void set_Static_pressure(double p); void set_Static_temperature(double T); void set_Density(double rho); +/* void set_Velocities_Local_Airmass (double wnorth, double weast, double wdown ); +*/ };