Changeset 4522 in ntrip for trunk/BNC/src/rinex
- Timestamp:
- Aug 13, 2012, 1:06:09 PM (13 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/BNC/src/rinex/reqcedit.cpp
r4521 r4522 115 115 *_log << QByteArray("Date").leftJustified(14) << ": " 116 116 << QDateTime::currentDateTime().toUTC().toString("yyyy-MM-dd hh:mm:ss") << endl; 117 *_log << QByteArray("RINEX Version").leftJustified(14) << ": " 118 << _rnxVersion << endl; 119 *_log << QByteArray("Sampling").leftJustified(14) << ": " 120 << _samplingRate << endl; 121 *_log << QByteArray("Start time").leftJustified(14) << ": " 122 << _begTime.datestr().c_str() << ' ' 123 << _begTime.timestr(0).c_str() << endl; 124 *_log << QByteArray("End time").leftJustified(14) << ": " 125 << _endTime.datestr().c_str() << ' ' 126 << _endTime.timestr(0).c_str() << endl; 117 127 118 128 *_log << QByteArray(78, '-') << endl;
Note:
See TracChangeset
for help on using the changeset viewer.