[Gcblue-commits] gcb_wx/include/sim tcGameObject.h,1.29,1.30 tcLauncher.h,1.8,1.9 tcMissileObject.h,
Status: Alpha
Brought to you by:
ddcforge
|
From: Dewitt C. <ddc...@us...> - 2005-02-01 02:28:18
|
Update of /cvsroot/gcblue/gcb_wx/include/sim In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv15962/include/sim Modified Files: tcGameObject.h tcLauncher.h tcMissileObject.h Log Message: Ground SAM related updates Index: tcGameObject.h =================================================================== RCS file: /cvsroot/gcblue/gcb_wx/include/sim/tcGameObject.h,v retrieving revision 1.29 retrieving revision 1.30 diff -C2 -d -r1.29 -r1.30 *** tcGameObject.h 31 Jan 2005 01:32:36 -0000 1.29 --- tcGameObject.h 1 Feb 2005 02:28:09 -0000 1.30 *************** *** 115,119 **** float RangeTo(tcGameObject& p); float BearingTo(tcGameObject& p); ! void AddChild(tcGameObject *child); void RemoveChild(tcGameObject *child); --- 115,119 ---- float RangeTo(tcGameObject& p); float BearingTo(tcGameObject& p); ! float BearingToRad(tcGameObject& p); void AddChild(tcGameObject *child); void RemoveChild(tcGameObject *child); Index: tcLauncher.h =================================================================== RCS file: /cvsroot/gcblue/gcb_wx/include/sim/tcLauncher.h,v retrieving revision 1.8 retrieving revision 1.9 diff -C2 -d -r1.8 -r1.9 *** tcLauncher.h 7 Dec 2004 03:59:14 -0000 1.8 --- tcLauncher.h 1 Feb 2005 02:28:09 -0000 1.9 *************** *** 119,122 **** --- 119,123 ---- int GetErrorCode() const {return errorCode;} int GetLauncherStatus(); + bool IsAutoPoint() const; void SetErrorCode(int code) {errorCode = code;} Index: tcMissileObject.h =================================================================== RCS file: /cvsroot/gcblue/gcb_wx/include/sim/tcMissileObject.h,v retrieving revision 1.14 retrieving revision 1.15 diff -C2 -d -r1.14 -r1.15 *** tcMissileObject.h 23 Nov 2004 23:30:49 -0000 1.14 --- tcMissileObject.h 1 Feb 2005 02:28:09 -0000 1.15 *************** *** 70,74 **** teGuidanceMode GetCurrentGuidanceMode(); virtual void SetSpeed(float afNewSpeed) {mfGoalSpeed_kts=afNewSpeed;} ! virtual tcRadar* GetSensorState() {return &mcSensorState;} virtual void DesignateTarget(long anID); virtual int GetGuidanceParameters(tsGuidanceParameters& gp); --- 70,74 ---- teGuidanceMode GetCurrentGuidanceMode(); virtual void SetSpeed(float afNewSpeed) {mfGoalSpeed_kts=afNewSpeed;} ! virtual tcRadar* GetSensorState(); virtual void DesignateTarget(long anID); virtual int GetGuidanceParameters(tsGuidanceParameters& gp); |