Changeset 783 in ntrip


Ignore:
Timestamp:
Apr 8, 2008, 10:55:16 AM (16 years ago)
Author:
mervart
Message:

* empty log message *

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/BNS/bnseph.cpp

    r782 r783  
    5656  else {
    5757    while (true) {
     58      if (_socket->state() != QAbstractSocket::ConnectedState) {
     59        emit(error("bnseph::not connected"));
     60        break;
     61      }
    5862      if (_socket->canReadLine()) {
    5963        readEph();
     
    144148  }
    145149
    146       cout << "before emit: " << ep->prn.toAscii().data() << " "
    147            << ep->GPSweek << " " << ep->TOC << endl;
    148 
    149150  emit(newEph(ep));
    150151}
Note: See TracChangeset for help on using the changeset viewer.