]> git.mxchange.org Git - flightgear.git/blobdiff - Cockpit/hud.hxx
c++-ified comments.
[flightgear.git] / Cockpit / hud.hxx
index 554c3d890fda39b5b4a40955dbca5497228f43b7..05974867e243c07b61453ec39dcb457b8a743f5d 100644 (file)
@@ -1,27 +1,25 @@
-/**************************************************************************
- * hud.hxx -- hud defines and prototypes (initial draft)
- *
- * Written by Michele America, started September 1997.
- *
- * Copyright (C) 1997  Michele F. America  - nomimarketing@mail.telepac.pt
- *
- * This program is free software; you can redistribute it and/or
- * modify it under the terms of the GNU General Public License as
- * published by the Free Software Foundation; either version 2 of the
- * License, or (at your option) any later version.
- *
- * This program is distributed in the hope that it will be useful, but
- * WITHOUT ANY WARRANTY; without even the implied warranty of
- * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU
- * General Public License for more details.
- *
- * You should have received a copy of the GNU General Public License
- * along with this program; if not, write to the Free Software
- * Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA.
- *
- * $Id$
- * (Log is kept at end of this file)
- **************************************************************************/
+// hud.hxx -- hud defines and prototypes (initial draft)
+//
+// Written by Michele America, started September 1997.
+//
+// Copyright (C) 1997  Michele F. America  - nomimarketing@mail.telepac.pt
+//
+// This program is free software; you can redistribute it and/or
+// modify it under the terms of the GNU General Public License as
+// published by the Free Software Foundation; either version 2 of the
+// License, or (at your option) any later version.
+//
+// This program is distributed in the hope that it will be useful, but
+// WITHOUT ANY WARRANTY; without even the implied warranty of
+// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU
+// General Public License for more details.
+//
+// You should have received a copy of the GNU General Public License
+// along with this program; if not, write to the Free Software
+// Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA.
+//
+// $Id$
+// (Log is kept at end of this file)
 
 
 #ifndef _HUD_HXX
@@ -525,98 +523,100 @@ void fgHUDSetTimeMode( Hptr hud, int time_of_day );
 
 #endif // _HUD_H
 
-/* $Log$
-/* Revision 1.13  1998/09/29 02:01:09  curt
-/* Added a "rate of climb" indicator.
-/*
- * Revision 1.12  1998/08/24 20:05:17  curt
- * Added a second minimalistic HUD.
- * Added code to display the number of triangles rendered.
- *
- * 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.
- *
- * Revision 1.8  1998/07/03 13:16:29  curt
- * Added Charlie Hotchkiss's HUD updates and improvementes.
- *
- * Revision 1.6  1998/06/03 00:43:28  curt
- * No .h when including stl stuff.
- *
- * Revision 1.5  1998/05/17 16:58:13  curt
- * Added a View Frustum Culling ratio display to the hud.
- *
- * Revision 1.4  1998/05/16 13:04:15  curt
- * New updates from Charlie Hotchkiss.
- *
- * Revision 1.3  1998/05/13 18:27:55  curt
- * Added an fov to hud display.
- *
- * Revision 1.2  1998/05/11 18:13:12  curt
- * Complete C++ rewrite of all cockpit code by Charlie Hotchkiss.
- *
- * Revision 1.15  1998/02/23 19:07:57  curt
- * Incorporated Durk's Astro/ tweaks.  Includes unifying the sun position
- * calculation code between sun display, and other FG sections that use this
- * for things like lighting.
- *
- * Revision 1.14  1998/02/21 14:53:14  curt
- * Added Charlie's HUD changes.
- *
- * Revision 1.13  1998/02/20 00:16:22  curt
- * Thursday's tweaks.
- *
- * Revision 1.12  1998/02/19 13:05:52  curt
- * Incorporated some HUD tweaks from Michelle America.
- * Tweaked the sky's sunset/rise colors.
- * Other misc. tweaks.
- *
- * Revision 1.11  1998/02/16 13:38:42  curt
- * Integrated changes from Charlie Hotchkiss.
- *
- * Revision 1.11  1998/02/16 13:38:42  curt
- * Integrated changes from Charlie Hotchkiss.
- *
- * Revision 1.10  1998/02/12 21:59:42  curt
- * Incorporated code changes contributed by Charlie Hotchkiss
- * <chotchkiss@namg.us.anritsu.com>
- *
- * Revision 1.8  1998/02/07 15:29:35  curt
- * Incorporated HUD changes and struct/typedef changes from Charlie Hotchkiss
- * <chotchkiss@namg.us.anritsu.com>
- *
- * Revision 1.7  1998/02/03 23:20:15  curt
- * Lots of little tweaks to fix various consistency problems discovered by
- * Solaris' CC.  Fixed a bug in fg_debug.c with how the fgPrintf() wrapper
- * passed arguments along to the real printf().  Also incorporated HUD changes
- * by Michele America.
- *
- * Revision 1.6  1998/01/22 02:59:30  curt
- * Changed #ifdef FILE_H to #ifdef _FILE_H
- *
- * Revision 1.5  1998/01/19 19:27:01  curt
- * Merged in make system changes from Bob Kuehne <rpk@sgi.com>
- * This should simplify things tremendously.
- *
- * Revision 1.4  1998/01/19 18:40:21  curt
- * Tons of little changes to clean up the code and to remove fatal errors
- * when building with the c++ compiler.
- *
- * Revision 1.3  1997/12/30 16:36:41  curt
- * Merged in Durk's changes ...
- *
- * Revision 1.2  1997/12/10 22:37:40  curt
- * Prepended "fg" on the name of all global structures that didn't have it yet.
- * i.e. "struct WEATHER {}" became "struct fgWEATHER {}"
- *
- * Revision 1.1  1997/08/29 18:03:22  curt
- * Initial revision.
- *
- */
+// $Log$
+// Revision 1.14  1998/09/29 14:56:33  curt
+// c++-ified comments.
+//
+// Revision 1.13  1998/09/29 02:01:09  curt
+// Added a "rate of climb" indicator.
+//
+// Revision 1.12  1998/08/24 20:05:17  curt
+// Added a second minimalistic HUD.
+// Added code to display the number of triangles rendered.
+//
+// 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.
+//
+// Revision 1.8  1998/07/03 13:16:29  curt
+// Added Charlie Hotchkiss's HUD updates and improvementes.
+//
+// Revision 1.6  1998/06/03 00:43:28  curt
+// No .h when including stl stuff.
+//
+// Revision 1.5  1998/05/17 16:58:13  curt
+// Added a View Frustum Culling ratio display to the hud.
+//
+// Revision 1.4  1998/05/16 13:04:15  curt
+// New updates from Charlie Hotchkiss.
+//
+// Revision 1.3  1998/05/13 18:27:55  curt
+// Added an fov to hud display.
+//
+// Revision 1.2  1998/05/11 18:13:12  curt
+// Complete C++ rewrite of all cockpit code by Charlie Hotchkiss.
+//
+// Revision 1.15  1998/02/23 19:07:57  curt
+// Incorporated Durk's Astro/ tweaks.  Includes unifying the sun position
+// calculation code between sun display, and other FG sections that use this
+// for things like lighting.
+//
+// Revision 1.14  1998/02/21 14:53:14  curt
+// Added Charlie's HUD changes.
+//
+// Revision 1.13  1998/02/20 00:16:22  curt
+// Thursday's tweaks.
+//
+// Revision 1.12  1998/02/19 13:05:52  curt
+// Incorporated some HUD tweaks from Michelle America.
+// Tweaked the sky's sunset/rise colors.
+// Other misc. tweaks.
+//
+// Revision 1.11  1998/02/16 13:38:42  curt
+// Integrated changes from Charlie Hotchkiss.
+//
+// Revision 1.11  1998/02/16 13:38:42  curt
+// Integrated changes from Charlie Hotchkiss.
+//
+// Revision 1.10  1998/02/12 21:59:42  curt
+// Incorporated code changes contributed by Charlie Hotchkiss
+// <chotchkiss@namg.us.anritsu.com>
+//
+// Revision 1.8  1998/02/07 15:29:35  curt
+// Incorporated HUD changes and struct/typedef changes from Charlie Hotchkiss
+// <chotchkiss@namg.us.anritsu.com>
+//
+// Revision 1.7  1998/02/03 23:20:15  curt
+// Lots of little tweaks to fix various consistency problems discovered by
+// Solaris' CC.  Fixed a bug in fg_debug.c with how the fgPrintf() wrapper
+// passed arguments along to the real printf().  Also incorporated HUD changes
+// by Michele America.
+//
+// Revision 1.6  1998/01/22 02:59:30  curt
+// Changed #ifdef FILE_H to #ifdef _FILE_H
+//
+// Revision 1.5  1998/01/19 19:27:01  curt
+// Merged in make system changes from Bob Kuehne <rpk@sgi.com>
+// This should simplify things tremendously.
+//
+// Revision 1.4  1998/01/19 18:40:21  curt
+// Tons of little changes to clean up the code and to remove fatal errors
+// when building with the c++ compiler.
+//
+// Revision 1.3  1997/12/30 16:36:41  curt
+// Merged in Durk's changes ...
+//
+// Revision 1.2  1997/12/10 22:37:40  curt
+// Prepended "fg" on the name of all global structures that didn't have it yet.
+// i.e. "struct WEATHER {}" became "struct fgWEATHER {}"
+//
+// Revision 1.1  1997/08/29 18:03:22  curt
+// Initial revision.
+//