[Gcblue-commits] gcb_wx/include/database tcMissileDBObject.h,1.4,1.5
Status: Alpha
Brought to you by:
ddcforge
From: <ddc...@pr...> - 2004-02-01 22:21:05
|
Update of /cvsroot/gcblue/gcb_wx/include/database In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv11210/include/database Modified Files: tcMissileDBObject.h Log Message: Index: tcMissileDBObject.h =================================================================== RCS file: /cvsroot/gcblue/gcb_wx/include/database/tcMissileDBObject.h,v retrieving revision 1.4 retrieving revision 1.5 diff -C2 -d -r1.4 -r1.5 *** tcMissileDBObject.h 30 Jan 2004 01:02:34 -0000 1.4 --- tcMissileDBObject.h 1 Feb 2004 22:19:08 -0000 1.5 *************** *** 64,69 **** { DATUM_ONLY, ///< needs a datum programmed to launch ! SA_TRACK, ///< needs a track (launching platform) to launch, semi-active or command guidance ! SEEKER_TRACK, ///< needs a track to launch, seeker sensor checked before associating AUTO ///< will launch and either proceed unguided or autonomously search out target }; --- 64,69 ---- { DATUM_ONLY, ///< needs a datum programmed to launch ! FC_TRACK, ///< needs a fire-control track (launching platform) to launch, semi-active or command guidance ! SEEKER_TRACK, ///< needs seeker track and FC track to launch AUTO ///< will launch and either proceed unguided or autonomously search out target }; |