Ignore:
Timestamp:
Jul 2, 2020, 1:56:59 PM (4 years ago)
Author:
stuerze
Message:

minor changes in rtcm ssr to be compatible with future igs ssr

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/BNC/src/RTCM3/clock_and_orbit/clock_orbit_rtcm.c

    r8963 r8967  
    551551
    552552  for (s = 0; s < CLOCKORBIT_SATNUM; ++s) {
    553     if (b->NumberOfSat[s] && (type == BTYPE_AUTO || type == corbase[s] + COBOFS_BIAS)) {
     553    if (b->NumberOfSat[s] && (type == CBTYPE_AUTO || type == corbase[s] + COBOFS_CBIAS)) {
    554554      INITBLOCK
    555       T_MESSAGE_NUMBER(corbase[s] + COBOFS_BIAS)
     555      T_MESSAGE_NUMBER(corbase[s] + COBOFS_CBIAS)
    556556      switch (s) {
    557557        case CLOCKORBIT_SATGPS:
     
    12891289          }
    12901290          break;
    1291         case COBOFS_BIAS:
     1291        case COBOFS_CBIAS:
    12921292          if (!b)
    12931293            return GCOBR_NOCODEBIASPARAMETER;
Note: See TracChangeset for help on using the changeset viewer.