Update of /cvsroot/gcblue/gcb_wx/include/scriptinterface
In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv14606/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.35
retrieving revision 1.36
diff -C2 -d -r1.35 -r1.36
*** tcPlatformInterface.h 2 Mar 2005 22:28:38 -0000 1.35
--- tcPlatformInterface.h 10 Mar 2005 03:28:27 -0000 1.36
***************
*** 60,64 ****
float maxDepth_m; ///< max depth for subsurface launch
int mnLaunchMode; ///< 0 - datum, 1 - handoff
!
double sectorCenter; ///< az of center of launch engagement sector in deg
double sectorWidth; ///< width of engagement sector in deg
--- 60,64 ----
float maxDepth_m; ///< max depth for subsurface launch
int mnLaunchMode; ///< 0 - datum, 1 - handoff
! int launcherStatus;
double sectorCenter; ///< az of center of launch engagement sector in deg
double sectorWidth; ///< width of engagement sector in deg
|