Changeset 9031 in ntrip
- Timestamp:
- Aug 26, 2020, 12:17:04 PM (4 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/BNC/src/RTCM3/clock_and_orbit/clock_orbit_igs.cpp
r9030 r9031 387 387 for (s = CLOCKORBIT_SATNUM; s-- > 0;) { 388 388 if (igstype >= corbase[s]) { 389 unsigned int corrOffset = igstype - corbase[s]; fprintf(stderr, "corrOffset: %d ",corrOffset);389 unsigned int corrOffset = igstype - corbase[s]; 390 390 if (corrOffset == COBOFS_ORBIT) { 391 391 if (!co) … … 472 472 } 473 473 } 474 else if (corrOffset == COBOFS_COMBINED) { fprintf(stderr, "Combined\n");474 else if (corrOffset == COBOFS_COMBINED) { 475 475 if (!co) 476 476 return GCOBR_NOCLOCKORBITPARAMETER; … … 592 592 } 593 593 } 594 else if (corrOffset == COBOFS_CBIAS) { fprintf(stderr, "Cbias\n");594 else if (corrOffset == COBOFS_CBIAS) { 595 595 if (!b) 596 596 return GCOBR_NOCODEBIASPARAMETER; … … 637 637 } 638 638 } 639 else if (corrOffset == COBOFS_PBIAS) { fprintf(stderr, "Pbias\n");639 else if (corrOffset == COBOFS_PBIAS) { 640 640 if (!pb) 641 641 return GCOBR_NOPHASEBIASPARAMETER;
Note:
See TracChangeset
for help on using the changeset viewer.