Changeset 10583 in ntrip for trunk/BNC/src/PPP/pppFilter.cpp
- Timestamp:
- Dec 10, 2024, 2:19:35 PM (3 days ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/BNC/src/PPP/pppFilter.cpp
r10576 r10583 299 299 const vector<t_pppSatObs*> &obsVector) { 300 300 301 double SLIP = 150.0;301 double SLIP = 20.0; 302 302 double fac = 1.0; 303 303 if (_lastEpoTimeOK.valid()) { … … 386 386 firstObsTime = lastObsTime : firstObsTime = par->firstObsTime(); 387 387 t_lc::type tLC = par->tLC(); 388 388 // if (tLC != lc) {continue;} 389 389 LOG << string(_epoTime) << " RESET " << par->toString() << endl; 390 390 delete par; par = new t_pppParam(t_pppParam::amb, prn, tLC, &obsVector);
Note:
See TracChangeset
for help on using the changeset viewer.