[Gcblue-commits] gcb_wx/include/scriptinterface tcPlatformInterface.h,1.28,1.29
Status: Alpha
Brought to you by:
ddcforge
|
From: Dewitt C. <ddc...@us...> - 2004-12-07 03:59:24
|
Update of /cvsroot/gcblue/gcb_wx/include/scriptinterface In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv13413/include/scriptinterface Modified Files: tcPlatformInterface.h Log Message: Sonar work, passive sonar, torpedoes Index: tcPlatformInterface.h =================================================================== RCS file: /cvsroot/gcblue/gcb_wx/include/scriptinterface/tcPlatformInterface.h,v retrieving revision 1.28 retrieving revision 1.29 diff -C2 -d -r1.28 -r1.29 *** tcPlatformInterface.h 5 Dec 2004 02:49:46 -0000 1.28 --- tcPlatformInterface.h 7 Dec 2004 03:59:14 -0000 1.29 *************** *** 49,57 **** { public: ! int mnLauncher; // index of launcher, or -1 for none int mnQuantity; ! int mnTargetFlags; // 0x01 - surface, 0x02 - air, 0x04 - land float mfRange_km; ! int mnLaunchMode; // 0 - datum, 1 - handoff }; --- 49,58 ---- { public: ! int mnLauncher; ///< index of launcher, or -1 for none int mnQuantity; ! int mnTargetFlags; ///< 0x01 - surface, 0x02 - air, 0x04 - land float mfRange_km; ! float maxDepth_m; ///< max depth for subsurface launch ! int mnLaunchMode; ///< 0 - datum, 1 - handoff }; |