Changeset 6307 in ntrip
- Timestamp:
- Nov 7, 2014, 11:30:17 AM (10 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/BNC/src/rinex/reqcanalyze.cpp
r6306 r6307 804 804 *_log << prefixSys << "Observations : " << numObs << endl 805 805 << prefixSys << "Slips (file+found) : " << numSlipsFlagged << " + " << numSlipsFound << endl 806 << prefixSys << "Gaps : " << numGaps << endl; 806 << prefixSys << "Gaps : " << numGaps << endl 807 << prefixSys << "Tracking Modes : " << frqMap.size() << endl; 808 QMapIterator<QString, QVector<const t_qcFrqSum*> > itFrq(frqMap); 809 while (itFrq.hasNext()) { 810 itFrq.next(); 811 const QString& frqType = itFrq.key(); 812 const QVector<const t_qcFrqSum*> qcFrqVec = itFrq.value(); 813 QString prefixFrq = QString(" ") + frqType + QString(": "); 814 *_log << prefixSys << prefixFrq << endl; 815 } 807 816 } 808 817
Note:
See TracChangeset
for help on using the changeset viewer.