- Timestamp:
- Jan 16, 2010, 2:37:17 PM (15 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/BNC/bncpppclient.cpp
r2250 r2264 333 333 ee->position(tt.gpsw(), tt.gpssec(), xc.data(), vv.data()); 334 334 335 //// beg test336 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 test346 347 335 if (CORR_REQUIRED) { 348 336 if (_corr.contains(prn)) { 349 337 t_corr* cc = _corr.value(prn); 350 351 //// beg test352 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 test359 360 338 if (ee->IOD() == cc->iod && (tt - cc->tt) < MAXAGE) { 361 339 corr = true;
Note:
See TracChangeset
for help on using the changeset viewer.