[Gcblue-commits] gcb_wx/include/sim tcLauncher.h,1.20,1.21
Status: Alpha
Brought to you by:
ddcforge
|
From: Dewitt C. <ddc...@us...> - 2005-06-30 01:06:49
|
Update of /cvsroot/gcblue/gcb_wx/include/sim In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv31770/include/sim Modified Files: tcLauncher.h Log Message: Index: tcLauncher.h =================================================================== RCS file: /cvsroot/gcblue/gcb_wx/include/sim/tcLauncher.h,v retrieving revision 1.20 retrieving revision 1.21 diff -C2 -d -r1.20 -r1.21 *** tcLauncher.h 25 Jun 2005 22:09:47 -0000 1.20 --- tcLauncher.h 30 Jun 2005 01:06:09 -0000 1.21 *************** *** 71,75 **** NO_FIRECONTROL = 11, TOO_DEEP = 12, ///< too deep for sub launch ! DAMAGED = 13 ///< cannot operate due to damage }; ///< launcher status codes --- 71,77 ---- NO_FIRECONTROL = 11, TOO_DEEP = 12, ///< too deep for sub launch ! DAMAGED = 13, ///< cannot operate due to damage ! INVALID_TARGET = 14, ///< not effective vs. target type ! OUT_OF_RANGE = 15 ///< target is beyond 1.5 x max range }; ///< launcher status codes *************** *** 131,134 **** --- 133,137 ---- bool IsDamaged() const; bool IsLoading() const; + bool IsEffective(unsigned int targetClassification) const; void SetErrorCode(int code) {errorCode = code;} |