Changeset 6300 in ntrip
- Timestamp:
- Nov 7, 2014, 10:09:52 AM (10 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/BNC/src/rinex/reqcanalyze.cpp
r6298 r6300 733 733 } 734 734 735 // Summary 736 // ------- 735 737 *_log << "File: " << obsFile->fileName().toAscii().data() << endl 736 738 << "Marker name: " << _qcFile._markerName << endl … … 765 767 << "# Slips (found): " << numSlipsFound << endl; 766 768 769 // Epoch-Specific Output 770 // --------------------- 771 bncSettings settings; 772 if (Qt::CheckState(settings.value("reqcLogSummaryOnly").toInt()) == Qt::Checked) { 773 return; 774 } 767 775 for (int iEpo = 0; iEpo < _qcFile._qcEpo.size(); iEpo++) { 768 776 const t_qcEpo& qcEpo = _qcFile._qcEpo[iEpo];
Note:
See TracChangeset
for help on using the changeset viewer.