Changeset 2033 in ntrip


Ignore:
Timestamp:
Nov 26, 2009, 12:23:43 PM (14 years ago)
Author:
mervart
Message:

* empty log message *

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/BNC/bncpppthread.cpp

    r2032 r2033  
    143143    _dataHlp->L1[_dataHlp->numSat] = obs->L1;
    144144    _dataHlp->L2[_dataHlp->numSat] = obs->L2;
    145    
    146     cout << tt.timestr(1) << " " << obs->satNum << endl;
    147     cout.flush();
    148 
    149145  } // end of mutex
    150146
    151   processEpoch(); // currently in the same thread of bncgetthread;
     147  processEpoch(); // currently in the same thread as bncgetthread
    152148}
    153149
     
    228224    if (getSatPos(_data->tt, prn, xc, vv) == success) {
    229225      cout << _data->tt.timestr(1) << " " << prn.toAscii().data() << " "
    230            << setprecision(3) << xc.t();
     226           << setprecision(6) << xc(4)*1.e6 << "    "
     227           << setw(14) << setprecision(3) << xc.Columns(1,3).t();
    231228    }
    232229  }
Note: See TracChangeset for help on using the changeset viewer.