[Gcblue-commits] gcb_wx/include/scriptinterface tcFlightPortInterface.h, 1.11, 1.12 tcPlatformInter
Status: Alpha
Brought to you by:
ddcforge
From: Dewitt C. <ddc...@us...> - 2006-10-24 01:34:06
|
Update of /cvsroot/gcblue/gcb_wx/include/scriptinterface In directory sc8-pr-cvs2.sourceforge.net:/tmp/cvs-serv8449/include/scriptinterface Modified Files: tcFlightPortInterface.h tcPlatformInterface.h Log Message: Index: tcPlatformInterface.h =================================================================== RCS file: /cvsroot/gcblue/gcb_wx/include/scriptinterface/tcPlatformInterface.h,v retrieving revision 1.55 retrieving revision 1.56 diff -C2 -d -r1.55 -r1.56 *** tcPlatformInterface.h 16 Sep 2006 14:01:24 -0000 1.55 --- tcPlatformInterface.h 24 Oct 2006 01:34:00 -0000 1.56 *************** *** 195,198 **** --- 195,200 ---- /// returns true if launcher is effective vs. current target bool IsLauncherEffective(int anLauncher); + /// returns true if any launchers effective vs. target type + bool IsEquippedForTargetType(unsigned int class_mask); /// if target is valid, sets heading to intercept target (collision course intercept) float SetHeadingToInterceptTarget(); Index: tcFlightPortInterface.h =================================================================== RCS file: /cvsroot/gcblue/gcb_wx/include/scriptinterface/tcFlightPortInterface.h,v retrieving revision 1.11 retrieving revision 1.12 diff -C2 -d -r1.11 -r1.12 *** tcFlightPortInterface.h 28 Sep 2006 02:01:52 -0000 1.11 --- tcFlightPortInterface.h 24 Oct 2006 01:34:00 -0000 1.12 *************** *** 105,109 **** void SetDestination(int n, int dest_code); ! void AddCAPMission(); tcFlightPortInterface(); --- 105,109 ---- void SetDestination(int n, int dest_code); ! void AddCAPMission(float lon_rad, float lat_rad); tcFlightPortInterface(); |