[Gcblue-commits] gcb_wx/include/database tcMissileDBObject.h,1.5,1.6 tcRadarDBObject.h,1.4,1.5
Status: Alpha
Brought to you by:
ddcforge
From: <ddc...@us...> - 2004-02-05 23:19:41
|
Update of /cvsroot/gcblue/gcb_wx/include/database In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv30786/include/database Modified Files: tcMissileDBObject.h tcRadarDBObject.h Log Message: Index: tcMissileDBObject.h =================================================================== RCS file: /cvsroot/gcblue/gcb_wx/include/database/tcMissileDBObject.h,v retrieving revision 1.5 retrieving revision 1.6 diff -C2 -d -r1.5 -r1.6 *** tcMissileDBObject.h 1 Feb 2004 22:19:08 -0000 1.5 --- tcMissileDBObject.h 5 Feb 2004 23:17:04 -0000 1.6 *************** *** 44,52 **** typedef enum _guidancemode { ! GM_COMMAND, ///< command guidance ! GM_NAV, ///< inertial, GPS ! GM_SENSOR1, ///< use primary sensor ! GM_SENSOR2, ///< use secondary sensor ! GM_SENSORALL ///< use all sensors } teGuidanceMode; --- 44,52 ---- typedef enum _guidancemode { ! GM_COMMAND = 0, ///< command guidance ! GM_NAV = 1, ///< inertial, GPS ! GM_SENSOR1 = 2, ///< use primary sensor ! GM_SENSOR2 = 3, ///< use secondary sensor ! GM_SENSORALL = 4 ///< use all sensors, not supported } teGuidanceMode; Index: tcRadarDBObject.h =================================================================== RCS file: /cvsroot/gcblue/gcb_wx/include/database/tcRadarDBObject.h,v retrieving revision 1.4 retrieving revision 1.5 diff -C2 -d -r1.4 -r1.5 *** tcRadarDBObject.h 30 Jan 2004 01:02:34 -0000 1.4 --- tcRadarDBObject.h 5 Feb 2004 23:17:04 -0000 1.5 *************** *** 38,41 **** --- 38,42 ---- unsigned int maxFireControlTracks; ///< max number of simultaneous fire control tracks bool isSemiactive; ///< set true if this is a semiactive radar + bool isCommandReceiver; ///< set true if this is a command guidance receiver (a workaround) bool mbDetectsSurface; ///< set true if detects surface targets bool mbDetectsAir; ///< set true if detects airborne targets |