Update of /cvsroot/gcblue/gcb_wx/include/database
In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv15614/include/database
Modified Files:
tcSensorDBObject.h
Log Message:
Better sensor ageout behavior, more ai work, misc cleanup
Index: tcSensorDBObject.h
===================================================================
RCS file: /cvsroot/gcblue/gcb_wx/include/database/tcSensorDBObject.h,v
retrieving revision 1.8
retrieving revision 1.9
diff -C2 -d -r1.8 -r1.9
*** tcSensorDBObject.h 29 Nov 2004 03:54:49 -0000 1.8
--- tcSensorDBObject.h 2 Mar 2005 22:28:36 -0000 1.9
***************
*** 44,47 ****
--- 44,48 ----
float mfFieldOfView_deg; ///< [degrees] 360 is max
float mfScanPeriod_s; ///< [s]
+ bool isSurveillance; ///< true if this sensor contributes reports to alliance map
virtual tcSensorState* CreateSensor(tcGameObject* parent); ///< factory method
|