X-Git-Url: https://git.mxchange.org/?a=blobdiff_plain;f=LaRCsim%2Fls_interface.h;h=487dbcc6b77be48178bc410b1fdead1e65a6dba2;hb=e2ddc6f2b8958eeaecba3e4dcc55204ea0e58305;hp=958968657567a981f7a9b6304269a71d24bf5d09;hpb=7d39aa3777a0028ff7e27805156448e9ab0398cf;p=flightgear.git diff --git a/LaRCsim/ls_interface.h b/LaRCsim/ls_interface.h index 958968657..487dbcc6b 100644 --- a/LaRCsim/ls_interface.h +++ b/LaRCsim/ls_interface.h @@ -36,7 +36,7 @@ int fgLaRCsimInit(double dt); /* update position based on inputs, positions, velocities, etc. */ -int fgLaRCsimUpdate(int multiloop); +int fgLaRCsimUpdate(fgFLIGHT *f, int multiloop); /* Convert from the fgFLIGHT struct to the LaRCsim generic_ struct */ int fgFlight_2_LaRCsim (fgFLIGHT *f); @@ -51,10 +51,14 @@ void ls_loop( SCALAR dt, int initialize ); /* $Log$ -/* Revision 1.7 1998/02/07 15:29:39 curt -/* Incorporated HUD changes and struct/typedef changes from Charlie Hotchkiss -/* +/* Revision 1.8 1998/04/21 16:59:39 curt +/* Integrated autopilot. +/* Prepairing for C++ integration. /* + * Revision 1.7 1998/02/07 15:29:39 curt + * Incorporated HUD changes and struct/typedef changes from Charlie Hotchkiss + * + * * Revision 1.6 1998/02/03 23:20:17 curt * Lots of little tweaks to fix various consistency problems discovered by * Solaris' CC. Fixed a bug in fg_debug.c with how the fgPrintf() wrapper