- Timestamp:
- Dec 23, 2011, 10:50:11 AM (13 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/BNC/bncrawfile.cpp
r3524 r3544 55 55 _fileName = fileName; expandEnvVar(_fileName); 56 56 _format = "unset"; 57 _staID = staID;58 57 _inpFile = 0; 59 58 _outFile = 0; … … 73 72 // --------------------- 74 73 else { 74 _staID = staID; 75 75 QDate currDate = currentDateAndTimeGPS().date(); 76 76 _currentFileName = _fileName + "_" + currDate.toString("yyMMdd");
Note:
See TracChangeset
for help on using the changeset viewer.