[Gcblue-commits] gcb_wx/include/sim tcSonar.h,1.2,1.3
Status: Alpha
Brought to you by:
ddcforge
|
From: Dewitt C. <ddc...@us...> - 2005-03-07 01:54:29
|
Update of /cvsroot/gcblue/gcb_wx/include/sim In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv31072/include/sim Modified Files: tcSonar.h Log Message: Passive sonar seeker work Index: tcSonar.h =================================================================== RCS file: /cvsroot/gcblue/gcb_wx/include/sim/tcSonar.h,v retrieving revision 1.2 retrieving revision 1.3 diff -C2 -d -r1.2 -r1.3 *** tcSonar.h 5 Dec 2004 02:49:46 -0000 1.2 --- tcSonar.h 7 Mar 2005 01:54:18 -0000 1.3 *************** *** 87,90 **** --- 87,91 ---- private: float last_az_rad; ///< [rad] target azimuth from last call to CanDetectTarget + float last_range_km; ///< [km] target range from last call to CanDetectTarget float last_snr_excess; ///< [dB] snr excess from last call to CanDetectTarget }; |