Changeset 796 in ntrip for trunk/BNS/bnseph.cpp


Ignore:
Timestamp:
Apr 8, 2008, 4:44:02 PM (16 years ago)
Author:
mervart
Message:

* empty log message *

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/BNS/bnseph.cpp

    r794 r796  
    6161      }
    6262      if (_socket->canReadLine()) {
     63        cout << "readEph" << endl;
    6364        readEph();
    6465      }
    6566      else {
    66         msleep(10);
     67        _socket->waitForReadyRead(10);
    6768      }
    6869    }
     
    8384
    8485    QByteArray line = _socket->readLine();
     86
     87    cout << line.data();
    8588
    8689    if (flagGlonass) {
Note: See TracChangeset for help on using the changeset viewer.