Changeset 6300 in ntrip


Ignore:
Timestamp:
Nov 7, 2014, 10:09:52 AM (9 years ago)
Author:
mervart
Message:
 
File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/BNC/src/rinex/reqcanalyze.cpp

    r6298 r6300  
    733733  }
    734734
     735  // Summary
     736  // -------
    735737  *_log << "File:            " << obsFile->fileName().toAscii().data() << endl
    736738        << "Marker name:     " << _qcFile._markerName                  << endl
     
    765767        << "# Slips (found): " << numSlipsFound   << endl;
    766768
     769  // Epoch-Specific Output
     770  // ---------------------
     771  bncSettings settings;
     772  if (Qt::CheckState(settings.value("reqcLogSummaryOnly").toInt()) == Qt::Checked) {
     773    return;
     774  }
    767775  for (int iEpo = 0; iEpo < _qcFile._qcEpo.size(); iEpo++) {
    768776    const t_qcEpo& qcEpo = _qcFile._qcEpo[iEpo];
Note: See TracChangeset for help on using the changeset viewer.