Changeset 783 in ntrip
- Timestamp:
- Apr 8, 2008, 10:55:16 AM (17 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/BNS/bnseph.cpp
r782 r783 56 56 else { 57 57 while (true) { 58 if (_socket->state() != QAbstractSocket::ConnectedState) { 59 emit(error("bnseph::not connected")); 60 break; 61 } 58 62 if (_socket->canReadLine()) { 59 63 readEph(); … … 144 148 } 145 149 146 cout << "before emit: " << ep->prn.toAscii().data() << " "147 << ep->GPSweek << " " << ep->TOC << endl;148 149 150 emit(newEph(ep)); 150 151 }
Note:
See TracChangeset
for help on using the changeset viewer.