[Gcblue-commits] gcb_wx/include/database tcPlatformDBObject.h, 1.1, 1.2
Status: Alpha
Brought to you by:
ddcforge
From: Dewitt C. <ddc...@us...> - 2006-12-14 00:27:44
|
Update of /cvsroot/gcblue/gcb_wx/include/database In directory sc8-pr-cvs2.sourceforge.net:/tmp/cvs-serv23951/include/database Modified Files: tcPlatformDBObject.h Log Message: Index: tcPlatformDBObject.h =================================================================== RCS file: /cvsroot/gcblue/gcb_wx/include/database/tcPlatformDBObject.h,v retrieving revision 1.1 retrieving revision 1.2 diff -C2 -d -r1.1 -r1.2 *** tcPlatformDBObject.h 20 Nov 2006 00:16:28 -0000 1.1 --- tcPlatformDBObject.h 14 Dec 2006 00:27:42 -0000 1.2 *************** *** 55,58 **** --- 55,62 ---- MAXMAGAZINES = 3 }; + int initialYear; ///< initial year platform was introduced + int finalYear; ///< final year platform was operational + std::string country; ///< country affiliation + std::string designation; ///< designation code, e.g. DDG, SSN float mfMaxSpeed_kts; ///< max speed, [kts] float mfAccel_ktsps; ///< [kts/s] acceleration, simple model |