Changeset 3192 in ntrip


Ignore:
Timestamp:
Mar 29, 2011, 9:45:03 PM (13 years ago)
Author:
mervart
Message:
 
File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/BNC/upload/bncuploadcaster.cpp

    r3190 r3192  
    341341        QString outLine;
    342342        processSatellite(ep, epoTime.gpsw(), epoTime.gpssec(), prn, xx, sd, outLine);
    343         cout << "outLine: " << outLine.toAscii().data() << endl;
    344343        if (_outFile) {
    345344          _outFile->write(epoTime.gpsw(), epoTime.gpssec(), outLine);
     
    392391 
    393392    int len = MakeClockOrbit(&co, COTYPE_AUTO, 0, obuffer, sizeof(obuffer));
    394     cout << "write clock " << len << endl;
    395393    if (len > 0) {
    396394      this->write(obuffer, len);
     
    402400    char obuffer[CLOCKORBIT_BUFFERSIZE];
    403401    int len = MakeBias(&bias, BTYPE_AUTO, 0, obuffer, sizeof(obuffer));
    404     cout << "write bias " << len << endl;
    405402    if (len > 0) {
    406403      this->write(obuffer, len);
Note: See TracChangeset for help on using the changeset viewer.