Changeset 10622 in ntrip for trunk/BNC/src
- Timestamp:
- Mar 12, 2025, 10:14:27 PM (8 days ago)
- Location:
- trunk/BNC/src
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
TabularUnified trunk/BNC/src/PPP/pppParlist.cpp ¶
r10618 r10622 85 85 const t_pppSatObs* obs = obsVector->at(ii); 86 86 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); 88 88 break; 89 89 } -
TabularUnified trunk/BNC/src/satObs.cpp ¶
r10599 r10622 490 490 case 'G': 491 491 case 'J': 492 case 'I': // not part of the SSR standard 492 493 flag = t_eph::LNAV; 493 494 break;
Note:
See TracChangeset
for help on using the changeset viewer.