Changeset 10622 in ntrip for trunk/BNC/src


Ignore:
Timestamp:
Mar 12, 2025, 10:14:27 PM (8 days ago)
Author:
stuerze
Message:

minor changes

Location:
trunk/BNC/src
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • TabularUnified trunk/BNC/src/PPP/pppParlist.cpp

    r10618 r10622  
    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         }
  • TabularUnified trunk/BNC/src/satObs.cpp

    r10599 r10622  
    490490    case 'G':
    491491    case 'J':
     492    case 'I': // not part of the SSR standard
    492493      flag = t_eph::LNAV;
    493494      break;
Note: See TracChangeset for help on using the changeset viewer.