Changeset 3692 in ntrip


Ignore:
Timestamp:
Feb 12, 2012, 2:59:38 PM (12 years ago)
Author:
mervart
Message:
 
File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/BNC/corrfile.cpp

    r3691 r3692  
    6666void t_corrFile::syncRead(const bncTime& tt) {
    6767
    68   cout << "tt = " << tt.gpssec() << endl;
    69 
    7068  if (stopRead(tt)) {
    7169    return;
     
    7472  QList<QString> corrs;
    7573
    76   if (!_lastLine.isEmpty() && !stopRead(tt)) {
     74  if (!_lastLine.isEmpty()) {
    7775    corrs << _lastLine;
    78     cout << _lastLine.toAscii().data() << endl;
    7976  }
    8077
     
    8784
    8885    if (stopRead(tt)) {
    89       cout << "stop " << endl;
    9086      if (corrs.size()) {
    9187        emit newCorrections(corrs);
     
    9591    else {
    9692      corrs << _lastLine;
    97       cout << _lastLine.toAscii().data() << endl;
    9893    }
    9994  }
Note: See TracChangeset for help on using the changeset viewer.