]> git.mxchange.org Git - flightgear.git/blobdiff - FDM/flight.h
Working on Makefile structure.
[flightgear.git] / FDM / flight.h
index 2f978bc75a39a62a2ffde094baf664d887b0a7b9..dcad05c2338e2414aba7f6435e0ac35272c0db79 100644 (file)
 #define FLIGHT_H
 
 
-#include "slew/slew.h"
+#include "Slew/slew.h"
 #include "LaRCsim/ls_interface.h"
 
 
 /* Define the various supported flight models (not all implemented) */
-#define FG_SLEW      0
-#define FG_LARCSIM   1
-#define FG_ACM       2
-#define FG_HELO      3
-#define FG_BALLOON   4
-#define FG_PARACHUTE 5
+#define FG_LARCSIM     0
+#define FG_ACM         1
+#define FG_HELICOPTER  2
+#define FG_AUTOGYRO    3
+#define FG_BALLOON     4
+#define FG_PARACHUTE   5
+#define FG_SLEW        6
+#define FG_EXTERN_GPS  7
 
 
 /* Define a structure containing the shared flight model parameters */
@@ -407,9 +409,16 @@ int fgFlightModelUpdate(int model, struct flight_params *f, int multiloop);
 
 
 /* $Log$
-/* Revision 1.4  1997/05/29 22:39:57  curt
-/* Working on incorporating the LaRCsim flight model.
+/* Revision 1.6  1997/06/21 17:52:22  curt
+/* Continue directory shuffling ... everything should be compilable/runnable
+/* again.
 /*
+ * Revision 1.5  1997/06/21 17:12:49  curt
+ * Capitalized subdirectory names.
+ *
+ * Revision 1.4  1997/05/29 22:39:57  curt
+ * Working on incorporating the LaRCsim flight model.
+ *
  * Revision 1.3  1997/05/29 02:32:25  curt
  * Starting to build generic flight model interface.
  *