- Timestamp:
- Jul 20, 2020, 11:31:50 AM (4 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/BNC/src/upload/bncrtnetuploadcaster.cpp
r8969 r8980 155 155 // Transformation Parameters from IGb14 to SIRGAS2000 (Thanks to Sonia Costa, BRA) 156 156 // June 29 2020: TX:-0.0027 m TY:-0.0025 m TZ:-0.0042 m SCL:1.20 (ppb) no rotations and no rates.*/ 157 158 157 else if (_crdTrafo == "SIRGAS2000") { 159 158 _dx = -0.0027; … … 568 567 ++co.NumberOfSat[CLOCKORBIT_SATQZSS]; 569 568 } 569 else if (prn.system() == 'S') { 570 sd = co.Sat + CLOCKORBIT_NUMGPS + CLOCKORBIT_NUMGLONASS 571 + CLOCKORBIT_NUMGALILEO + CLOCKORBIT_NUMQZSS 572 + co.NumberOfSat[CLOCKORBIT_SATSBAS]; 573 ++co.NumberOfSat[CLOCKORBIT_SATSBAS]; 574 } 570 575 else if (prn.system() == 'C') { 571 576 sd = co.Sat + CLOCKORBIT_NUMGPS + CLOCKORBIT_NUMGLONASS 572 + CLOCKORBIT_NUMGALILEO + CLOCKORBIT_NUMQZSS 573 + co.NumberOfSat[CLOCKORBIT_SATBDS]; 577 + CLOCKORBIT_NUMGALILEO + CLOCKORBIT_NUMQZSS 578 + CLOCKORBIT_NUMSBAS 579 + co.NumberOfSat[CLOCKORBIT_SATBDS]; 574 580 ++co.NumberOfSat[CLOCKORBIT_SATBDS]; 575 }576 else if (prn.system() == 'S') {577 sd = co.Sat + CLOCKORBIT_NUMGPS + CLOCKORBIT_NUMGLONASS578 + CLOCKORBIT_NUMGALILEO + CLOCKORBIT_NUMQZSS + CLOCKORBIT_NUMSBAS579 + co.NumberOfSat[CLOCKORBIT_SATSBAS];580 ++co.NumberOfSat[CLOCKORBIT_SATSBAS];581 581 } 582 582 if (sd) {
Note:
See TracChangeset
for help on using the changeset viewer.