[Gcblue-commits] gcb_wx/include/sim tcBallisticWeapon.h,1.2,1.3 tcLauncher.h,1.3,1.4
Status: Alpha
Brought to you by:
ddcforge
|
From: Dewitt C. <ddc...@us...> - 2004-08-05 02:22:43
|
Update of /cvsroot/gcblue/gcb_wx/include/sim In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv29972/include/sim Modified Files: tcBallisticWeapon.h tcLauncher.h Log Message: Index: tcLauncher.h =================================================================== RCS file: /cvsroot/gcblue/gcb_wx/include/sim/tcLauncher.h,v retrieving revision 1.3 retrieving revision 1.4 diff -C2 -d -r1.3 -r1.4 *** tcLauncher.h 27 Jul 2004 23:26:06 -0000 1.3 --- tcLauncher.h 5 Aug 2004 02:22:35 -0000 1.4 *************** *** 88,91 **** --- 88,92 ---- void CopyCommandInfoFrom(const tcLauncher& launcher); + float GetCycleTime() const; int GetErrorCode() const {return errorCode;} void SetErrorCode(int code) {errorCode = code;} Index: tcBallisticWeapon.h =================================================================== RCS file: /cvsroot/gcblue/gcb_wx/include/sim/tcBallisticWeapon.h,v retrieving revision 1.2 retrieving revision 1.3 diff -C2 -d -r1.2 -r1.3 *** tcBallisticWeapon.h 29 Jul 2004 00:14:16 -0000 1.2 --- tcBallisticWeapon.h 5 Aug 2004 02:22:35 -0000 1.3 *************** *** 66,71 **** float vxy_mps; ///< lateral velocity [m/s] - float GetGunneryElevation(float range_m, float dz_m); - }; #endif \ No newline at end of file --- 66,69 ---- |