Changeset 10607 in ntrip for trunk/BNC/src/PPP


Ignore:
Timestamp:
Feb 5, 2025, 12:44:11 PM (6 weeks ago)
Author:
stuerze
Message:

changes regarding PPP

Location:
trunk/BNC/src/PPP
Files:
2 edited

Legend:

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

    r10606 r10607  
    304304                                    const vector<t_pppSatObs*> &obsVector) {
    305305
    306   double SLIP = 20.0;
     306  double SLIP = 100.0;
    307307  double fac = 1.0;
    308308  if (_lastEpoTimeOK.valid()) {
  • trunk/BNC/src/PPP/pppParlist.cpp

    r10598 r10607  
    8585         const t_pppSatObs* obs = obsVector->at(ii);
    8686         if (obs->prn() == _prn) {
    87            _x0 = floor((obs->obsValue(tLC) - obs->cmpValue(tLC)) / obs->lambda(tLC) + 0.5);
     87           _x0 = 0.0;//floor((obs->obsValue(tLC) - obs->cmpValue(tLC)) / obs->lambda(tLC) + 0.5);
    8888           break;
    8989         }
Note: See TracChangeset for help on using the changeset viewer.