]> git.mxchange.org Git - flightgear.git/blobdiff - FDM/LaRCsim.hxx
Added initial support for native SGI compilers.
[flightgear.git] / FDM / LaRCsim.hxx
index 6d11a3e787351194dba07b30cc14a19f2b0e6c66..0231834c0b69c023722428a034e3c40aed79da9c 100644 (file)
 int fgLaRCsimInit(double dt);
 
 // update position based on inputs, positions, velocities, etc.
-int fgLaRCsimUpdate(fgFLIGHT& f, int multiloop);
+int fgLaRCsimUpdate(FGInterface& f, int multiloop);
 
-// Convert from the fgFLIGHT struct to the LaRCsim generic_ struct
-int fgFlight_2_LaRCsim (fgFLIGHT& f);
+// Convert from the FGInterface struct to the LaRCsim generic_ struct
+int FGInterface_2_LaRCsim (FGInterface& f);
 
-// Convert from the LaRCsim generic_ struct to the fgFLIGHT struct
-int fgLaRCsim_2_Flight (fgFLIGHT& f);
+// Convert from the LaRCsim generic_ struct to the FGInterface struct
+int fgLaRCsim_2_FGInterface (FGInterface& f);
 
 
 #endif // _LARCSIM_HXX
 
 
 // $Log$
+// Revision 1.5  1999/02/05 21:28:59  curt
+// Modifications to incorporate Jon S. Berndts flight model code.
+//
+// Revision 1.4  1998/12/05 15:54:09  curt
+// Renamed class fgFLIGHT to class FGState as per request by JSB.
+//
 // Revision 1.3  1998/12/03 01:16:38  curt
 // Converted fgFLIGHT to a class.
 //