Changeset 9147 in ntrip
- Timestamp:
- Sep 29, 2020, 3:35:17 PM (4 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/BNC_2.12/src/bncclockrinex.cpp
r9139 r9147 88 88 void bncClockRinex::writeHeader(const QDateTime& datTim) { 89 89 90 _out << " 3.00 C " 91 << "RINEX VERSION / TYPE" << endl; 92 93 94 _out << "BNC v" << BNCVERSION << " " 90 _out << " 3.00 C " << "RINEX VERSION / TYPE" << endl; 91 ; 92 _out << QString("BNC v%1").arg(BNCVERSION).leftJustified(40, ' ', true).toAscii().data() 95 93 << datTim.toString("yyyyMMdd hhmmss").leftJustified(20, ' ', true).toAscii().data() 96 94 << "PGM / RUN BY / DATE" << endl;
Note:
See TracChangeset
for help on using the changeset viewer.