Changeset 10583 in ntrip for trunk/BNC/src/PPP/pppFilter.cpp


Ignore:
Timestamp:
Dec 10, 2024, 2:19:35 PM (3 days ago)
Author:
stuerze
Message:

changed in PPP mode from common receiver clock + ISBs to system specific receiver clocks

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/BNC/src/PPP/pppFilter.cpp

    r10576 r10583  
    299299                                    const vector<t_pppSatObs*> &obsVector) {
    300300
    301   double SLIP = 150.0;
     301  double SLIP = 20.0;
    302302  double fac = 1.0;
    303303  if (_lastEpoTimeOK.valid()) {
     
    386386        firstObsTime = lastObsTime : firstObsTime = par->firstObsTime();
    387387      t_lc::type tLC = par->tLC();
    388       if (tLC != lc) {continue;}
     388//   if (tLC != lc) {continue;}
    389389      LOG << string(_epoTime) << " RESET " << par->toString() << endl;
    390390      delete par; par = new t_pppParam(t_pppParam::amb, prn, tLC, &obsVector);
Note: See TracChangeset for help on using the changeset viewer.