X-Git-Url: https://git.mxchange.org/?a=blobdiff_plain;f=FDM%2FLaRCsim.hxx;h=6d11a3e787351194dba07b30cc14a19f2b0e6c66;hb=7fbb963a392a4a4803336355e414f8a20071b2f4;hp=2299410ff47e4fa6d0d835a6e8c69db5d95322e8;hpb=711080b063b8828c731fa5f9206b11af4539caf6;p=flightgear.git diff --git a/FDM/LaRCsim.hxx b/FDM/LaRCsim.hxx index 2299410ff..6d11a3e78 100644 --- a/FDM/LaRCsim.hxx +++ b/FDM/LaRCsim.hxx @@ -35,19 +35,22 @@ int fgLaRCsimInit(double dt); // update position based on inputs, positions, velocities, etc. -int fgLaRCsimUpdate(fgFLIGHT *f, int multiloop); +int fgLaRCsimUpdate(fgFLIGHT& f, int multiloop); // Convert from the fgFLIGHT struct to the LaRCsim generic_ struct -int fgFlight_2_LaRCsim (fgFLIGHT *f); +int fgFlight_2_LaRCsim (fgFLIGHT& f); // Convert from the LaRCsim generic_ struct to the fgFLIGHT struct -int fgLaRCsim_2_Flight (fgFLIGHT *f); +int fgLaRCsim_2_Flight (fgFLIGHT& f); #endif // _LARCSIM_HXX // $Log$ +// Revision 1.3 1998/12/03 01:16:38 curt +// Converted fgFLIGHT to a class. +// // Revision 1.2 1998/10/17 01:34:13 curt // C++ ifying ... //