Changeset 9638 in ntrip
- Timestamp:
- Mar 2, 2022, 4:14:39 PM (3 years ago)
- Location:
- trunk/BNC/src/rinex
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/BNC/src/rinex/reqcedit.cpp
r9366 r9638 257 257 phaseShifts << obsFile->phaseShifts(); 258 258 } 259 phaseShifts.removeDuplicates();260 259 } 261 260 -
trunk/BNC/src/rinex/rnxobsfile.cpp
r8798 r9638 921 921 QMap<QString, QPair<double, QStringList> >::const_iterator it = _phaseShifts.begin(); 922 922 while (it != _phaseShifts.end()) { 923 strList.append(QString("%1_%2:%3").arg(it.key(), 3).arg(it.value().first, 9, 'f', 3).arg(it.value().second.join(" ")));923 strList.append(QString("%1_%2:%3").arg(it.key(), 3).arg(it.value().first, 9, 'f', 3).arg(it.value().second.join(" "))); 924 924 it++; 925 925 }
Note:
See TracChangeset
for help on using the changeset viewer.