Update of /cvsroot/gcblue/gcb_wx/include/scriptinterface
In directory sc8-pr-cvs2.sourceforge.net:/tmp/cvs-serv24958/include/scriptinterface
Modified Files:
tcPlatformInterface.h
Log Message:
Index: tcPlatformInterface.h
===================================================================
RCS file: /cvsroot/gcblue/gcb_wx/include/scriptinterface/tcPlatformInterface.h,v
retrieving revision 1.53
retrieving revision 1.54
diff -C2 -d -r1.53 -r1.54
*** tcPlatformInterface.h 27 Aug 2006 21:28:54 -0000 1.53
--- tcPlatformInterface.h 5 Sep 2006 01:04:24 -0000 1.54
***************
*** 58,62 ****
float mfRange_km; ///< range that ai uses for engaging with this launcher
float maxDepth_m; ///< max depth for subsurface launch
! int mnLaunchMode; ///< 0 - datum, 1 - handoff, 2 - bomb, 3 - error
int launcherStatus; ///< see @see tcLauncher::teLauncherStatus
double sectorCenter; ///< az of center of launch engagement sector in deg
--- 58,62 ----
float mfRange_km; ///< range that ai uses for engaging with this launcher
float maxDepth_m; ///< max depth for subsurface launch
! int mnLaunchMode; ///< 0 - datum, 1 - handoff FF, 2 - handoff, 3 - bomb, 4 - error
int launcherStatus; ///< see @see tcLauncher::teLauncherStatus
double sectorCenter; ///< az of center of launch engagement sector in deg
|