Changeset 10006 in ntrip for trunk/BNC/src/PPP/pppClient.cpp
- Timestamp:
- Mar 16, 2023, 12:39:53 PM (3 months ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/BNC/src/PPP/pppClient.cpp
r10003 r10006 357 357 return success; 358 358 } 359 // Compute A Priori G PS-GlonassOffset359 // Compute A Priori Glonass Receiver Clock Offset 360 360 ////////////////////////////////////////////////////////////////////////////// 361 361 double t_pppClient::cmpOffGlo(vector<t_pppSatObs*>& obsVector) { … … 411 411 } 412 412 413 // Compute A Priori G PS-GalileoOffset413 // Compute A Priori Galileo Receiver Clock Offset 414 414 ////////////////////////////////////////////////////////////////////////////// 415 415 double t_pppClient::cmpOffGal(vector<t_pppSatObs*>& obsVector) { … … 466 466 467 467 468 // Compute A Priori GPS-BDSOffset468 // Compute A Priori BDS Receiver Clock Offset 469 469 ////////////////////////////////////////////////////////////////////////////// 470 470 double t_pppClient::cmpOffBds(vector<t_pppSatObs*>& obsVector) {
Note:
See TracChangeset
for help on using the changeset viewer.