Changeset 9585 in ntrip for trunk/BNC/src/PPP
- Timestamp:
- Jan 6, 2022, 10:37:39 AM (3 years ago)
- Location:
- trunk/BNC/src/PPP
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/BNC/src/PPP/pppClient.cpp
r9584 r9585 376 376 // 377 377 ////////////////////////////////////////////////////////////////////////////// 378 void t_pppClient::finish(t_irc irc, int ind) { LOG << "t_pppClient::finish(" << irc << ") " << ind << endl; 378 void t_pppClient::finish(t_irc irc, int ind) { 379 380 LOG << "t_pppClient::finish(" << ind << "): " << irc << endl; 379 381 380 382 clearObs(); -
trunk/BNC/src/PPP/pppSatObs.cpp
r9583 r9585 311 311 312 312 retVal = sqrt(retVal); 313 314 315 // De-Weight GLONASS code measurements 316 // ----------------------------------- 317 if (_prn.system() == 'R' && t_lc::includesCode(tLC)) { 318 retVal *= 5.0; 319 } 313 320 314 321 // Elevation-Dependent Weighting
Note:
See TracChangeset
for help on using the changeset viewer.