#include <Flight/flight.h>
#include <Controls/controls.h>
+#include <deque> // STL double ended queue
-#include <deque> // STL
#ifdef NEEDNAMESPACESTD
using namespace std;
#endif
#define LABEL_WARNING 2
#define HUDS_AUTOTICKS 0x0001
-#define HUDS_VERT 0x0002\r
-#define HUDS_HORZ 0x0000\r
-#define HUDS_TOP 0x0004\r
-#define HUDS_BOTTOM 0x0008\r
-#define HUDS_LEFT HUDS_TOP\r
-#define HUDS_RIGHT HUDS_BOTTOM\r
-#define HUDS_BOTH (HUDS_LEFT | HUDS_RIGHT)\r
-#define HUDS_NOTICKS 0x0010\r
-#define HUDS_ARITHTIC 0x0020\r
-#define HUDS_DECITICS 0x0040\r
-#define HUDS_NOTEXT 0x0080\r
+#define HUDS_VERT 0x0002
+#define HUDS_HORZ 0x0000
+#define HUDS_TOP 0x0004
+#define HUDS_BOTTOM 0x0008
+#define HUDS_LEFT HUDS_TOP
+#define HUDS_RIGHT HUDS_BOTTOM
+#define HUDS_BOTH (HUDS_LEFT | HUDS_RIGHT)
+#define HUDS_NOTICKS 0x0010
+#define HUDS_ARITHTIC 0x0020
+#define HUDS_DECITICS 0x0040
+#define HUDS_NOTEXT 0x0080
// Ladder orientaion
// #define HUD_VERTICAL 1
#endif // _HUD_H
/* $Log$
-/* Revision 1.10 1998/07/13 21:28:02 curt
-/* Converted the aoa scale to a radio altimeter.
+/* Revision 1.11 1998/07/24 21:36:55 curt
+/* Ran dos2unix to get rid of extraneous ^M's. Tweaked parameter in
+/* ImageGetRawData() to match usage.
/*
+ * Revision 1.10 1998/07/13 21:28:02 curt
+ * Converted the aoa scale to a radio altimeter.
+ *
* Revision 1.9 1998/07/13 21:00:48 curt
* Integrated Charlies latest HUD updates.
* Wrote access functions for current fgOPTIONS.
}
}
-static void ImageGetRawData( Image *image, char *data)
+static void ImageGetRawData( Image *image, unsigned char *data)
{
int i, j, k;
int remain;
/* $Log$
-/* Revision 1.3 1998/07/13 21:00:52 curt
-/* Integrated Charlies latest HUD updates.
-/* Wrote access functions for current fgOPTIONS.
+/* Revision 1.4 1998/07/24 21:37:00 curt
+/* Ran dos2unix to get rid of extraneous ^M's. Tweaked parameter in
+/* ImageGetRawData() to match usage.
/*
+ * Revision 1.3 1998/07/13 21:00:52 curt
+ * Integrated Charlies latest HUD updates.
+ * Wrote access functions for current fgOPTIONS.
+ *
* Revision 1.2 1998/07/03 11:55:37 curt
* A few small rearrangements and tweaks.
*