Changeset 788 in ntrip


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

* empty log message *

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/BNS/bns.cpp

    r787 r788  
    143143  if (pair->eph == 0) {
    144144    pair->eph = ep;
    145     cout << "A: " << ep->prn.toAscii().data() << " "
    146          << ep->GPSweek << " " << ep->TOC << endl;
    147145  }
    148146  else {
     
    152150      pair->oldEph = pair->eph;
    153151      pair->eph    = ep;
    154       cout << "B: " << ep->prn.toAscii().data() << " "
    155            << ep->GPSweek << " " << ep->TOC << endl;
    156152    }
    157153    else {
     
    178174  // ------------
    179175  while (true) {
    180     cout << "_clkSocket = " << _clkSocket << endl;
    181176    if (_clkSocket) {
    182177      if (_clkSocket->state() != QAbstractSocket::ConnectedState) {
Note: See TracChangeset for help on using the changeset viewer.