[Gcblue-commits] gcb_wx/include/sim tcAero.h, 1.8, 1.9 tcMissileObject.h, 1.22, 1.23
Status: Alpha
Brought to you by:
ddcforge
|
From: Dewitt C. <ddc...@us...> - 2006-12-06 01:20:48
|
Update of /cvsroot/gcblue/gcb_wx/include/sim In directory sc8-pr-cvs2.sourceforge.net:/tmp/cvs-serv22513/include/sim Modified Files: tcAero.h tcMissileObject.h Log Message: Index: tcMissileObject.h =================================================================== RCS file: /cvsroot/gcblue/gcb_wx/include/sim/tcMissileObject.h,v retrieving revision 1.22 retrieving revision 1.23 diff -C2 -d -r1.22 -r1.23 *** tcMissileObject.h 18 Jun 2006 00:47:51 -0000 1.22 --- tcMissileObject.h 6 Dec 2006 01:20:42 -0000 1.23 *************** *** 46,50 **** float mfGoalHeading_rad; float mfGoalPitch_rad; - float mfGoalSpeed_kts; double mfInterceptTime; bool subSurfaceLaunch; ///< true during subsurface launch phase for sub-launched missiles --- 46,49 ---- *************** *** 73,77 **** teGuidanceMode GetCurrentGuidanceMode(); float GetDistanceFromLaunch() const; ! virtual void SetSpeed(float afNewSpeed) {mfGoalSpeed_kts=afNewSpeed;} virtual tcRadar* GetSeekerRadar() const; virtual tcSensorState* GetSeekerSensor() const; --- 72,76 ---- teGuidanceMode GetCurrentGuidanceMode(); float GetDistanceFromLaunch() const; ! virtual tcRadar* GetSeekerRadar() const; virtual tcSensorState* GetSeekerSensor() const; Index: tcAero.h =================================================================== RCS file: /cvsroot/gcblue/gcb_wx/include/sim/tcAero.h,v retrieving revision 1.8 retrieving revision 1.9 diff -C2 -d -r1.8 -r1.9 *** tcAero.h 22 Mar 2006 01:23:29 -0000 1.8 --- tcAero.h 6 Dec 2006 01:20:42 -0000 1.9 *************** *** 46,50 **** float mfHeading_rad; float mfAltitude_m; - float mfHeadingControl; ///< [-1,1] heading rate control input tcStream& operator<<(tcStream& stream); --- 46,49 ---- |