Changeset 797 in ntrip for trunk/BNS/bns.cpp


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

* empty log message *

File:
1 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);
Note: See TracChangeset for help on using the changeset viewer.