Changeset 8998 in ntrip for trunk/BNC/src/PPP
- Timestamp:
- Jul 23, 2020, 11:23:59 PM (4 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/BNC/src/PPP/pppSatObs.cpp
r8965 r8998 314 314 retVal = sqrt(retVal); 315 315 316 // De-Weight GLONASS 317 // ----------------- 318 if (_prn.system() == 'R') { 316 // De-Weight GLONASS and BDS 317 // -------------------------- 318 if (_prn.system() == 'R' || 319 _prn.system() == 'C') { 319 320 retVal *= 5.0; 320 321 }
Note:
See TracChangeset
for help on using the changeset viewer.