Changeset 2264 in ntrip


Ignore:
Timestamp:
Jan 16, 2010, 2:37:17 PM (14 years ago)
Author:
mervart
Message:

* empty log message *

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/BNC/bncpppclient.cpp

    r2250 r2264  
    333333    ee->position(tt.gpsw(), tt.gpssec(), xc.data(), vv.data());
    334334
    335     //// beg test
    336     ColumnVector xcTst(4);
    337     ColumnVector vvTst(3);
    338     bncTime ttTst(tt.gpsw(), floor(tt.gpssec()+0.5));
    339     if (prn[0] == 'R') {
    340       ee->position(ttTst.gpsw(), ttTst.gpssec(), xcTst.data(), vvTst.data());
    341       cout.setf(ios::fixed);
    342       cout << "A: " << ttTst.timestr() << " " << prn.toAscii().data() << " "
    343            << xcTst.t();
    344     }
    345     //// end test
    346 
    347335    if (CORR_REQUIRED) {
    348336      if (_corr.contains(prn)) {
    349337        t_corr* cc = _corr.value(prn);
    350 
    351         //// beg test
    352         if (prn[0] == 'R') {
    353           applyCorr(cc, xcTst, vvTst);
    354           cout << "B: " << ttTst.timestr() << " "
    355                << ee->IOD() << "  " <<  cc->iod << "  " << (tt - cc->tt) << " "
    356                << prn.toAscii().data() << " " << xcTst.t();
    357         }
    358         //// beg test
    359 
    360338        if (ee->IOD() == cc->iod && (tt - cc->tt) < MAXAGE) {
    361339          corr = true;
Note: See TracChangeset for help on using the changeset viewer.