Changeset 4690 in ntrip for trunk/BNC/src/rinex/reqcanalyze.cpp
- Timestamp:
- Sep 9, 2012, 4:59:54 PM (12 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/BNC/src/rinex/reqcanalyze.cpp
r4689 r4690 208 208 *_log << "\nAnalyze File\n" 209 209 << "------------\n" 210 << obsFile->fileName().toAscii().data() << endl<< endl;210 << "File: " << obsFile->fileName().toAscii().data() << endl; 211 211 } 212 212 … … 703 703 << "Antenna: " << _obsStat._antennaName << endl 704 704 << "Start time: " << _obsStat._startTime.datestr().c_str() << ' ' 705 << _obsStat._startTime.timestr().c_str() << endl; 705 << _obsStat._startTime.timestr().c_str() << endl 706 << "End time: " << _obsStat._endTime.datestr().c_str() << ' ' 707 << _obsStat._endTime.timestr().c_str() << endl; 706 708 707 709 _log->flush();
Note:
See TracChangeset
for help on using the changeset viewer.