Changeset 797 in ntrip


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

* empty log message *

Location:
trunk/BNS
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • trunk/BNS/bns.cpp

    r796 r797  
    178178        readEpoch();
    179179      }
    180       else {
    181         _clkSocket->waitForReadyRead(10);
    182       }
    183180    }
    184181    else {
     
    193190
    194191  QByteArray line = _clkSocket->readLine();
    195 
    196   cout << line.data();
    197192
    198193  if (line.indexOf('*') == -1) {
     
    211206    line = _clkSocket->readLine();
    212207
    213     cout << line.data();
    214 
    215208    QTextStream in(line);
    216209
     
    219212
    220213    in >> prn >> xx(1) >> xx(2) >> xx(3) >> xx(4);
    221     xx(4) *= 1e6;
     214    xx(4) *= 1e-6;
    222215
    223216    processSatellite(mjd, sec, prn, xx);
  • trunk/BNS/bnseph.cpp

    r796 r797  
    6161      }
    6262      if (_socket->canReadLine()) {
    63         cout << "readEph" << endl;
    6463        readEph();
    6564      }
     
    8483
    8584    QByteArray line = _socket->readLine();
    86 
    87     cout << line.data();
    8885
    8986    if (flagGlonass) {
Note: See TracChangeset for help on using the changeset viewer.