]> git.mxchange.org Git - flightgear.git/commitdiff
misc. tweaks.
authorcurt <curt>
Sat, 24 Jan 1998 00:04:55 +0000 (00:04 +0000)
committercurt <curt>
Sat, 24 Jan 1998 00:04:55 +0000 (00:04 +0000)
FDM/flight.h
Simulator/commondefs

index 20b00262302fe5d2dc6421858c68f8b51f4629f7..a8ea7075caaf9913c0e162575d68adca6ed99aff 100644 (file)
 
 
 /* Define the various supported flight models (most not yet implemented) */
-#define FG_LARCSIM     0
+#define FG_LARCSIM     0   /* The only one that is currently implemented */
 #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 FG_EXTERN_NET  8
+#define FG_SUPER_SONIC 2
+#define FG_HELICOPTER  3
+#define FG_AUTOGYRO    4
+#define FG_BALLOON     5
+#define FG_PARACHUTE   6
+#define FG_SLEW        7    /* Slew (in MS terminology) */
+#define FG_EXTERN_GPS  8    /* Driven via a serially connected GPS */
+#define FG_EXTERN_NET  9    /* Driven externally via the net */
+#define FG_EXTERN_NASA 10   /* Track the space shuttle ? */
 
 
 typedef double FG_VECTOR_3[3];
@@ -396,9 +398,12 @@ int fgFlightModelUpdate(int model, struct fgFLIGHT *f, int multiloop);
 
 
 /* $Log$
-/* Revision 1.12  1998/01/22 02:59:32  curt
-/* Changed #ifdef FILE_H to #ifdef _FILE_H
+/* Revision 1.13  1998/01/24 00:04:59  curt
+/* misc. tweaks.
 /*
+ * Revision 1.12  1998/01/22 02:59:32  curt
+ * Changed #ifdef FILE_H to #ifdef _FILE_H
+ *
  * Revision 1.11  1998/01/19 19:27:03  curt
  * Merged in make system changes from Bob Kuehne <rpk@sgi.com>
  * This should simplify things tremendously.
index a368fe96deb04849cc88714ec90db71872777592..4c12b72ed385f8932200c4d4c93efe619dbb3935 100644 (file)
@@ -5,7 +5,7 @@
 #---------------------------------------------------------------------------
 
 FG_VERSION_MAJOR = 0
-FG_VERSION_MINOR = 25
+FG_VERSION_MINOR = 26
 FG_VERSION = $(FG_VERSION_MAJOR).$(FG_VERSION_MINOR)