Changeset 6890 in ntrip


Ignore:
Timestamp:
Jun 10, 2015, 8:25:49 AM (9 years ago)
Author:
stuerze
Message:

message number for phase bias encoding fixed

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/clock_and_orbit/lib/clock_orbit_rtcm.c

    r6555 r6890  
    565565  for(s = 0; s < CLOCKORBIT_SATNUM; ++s)
    566566  {
    567     if(b->NumberOfSat[s] && (type == PBTYPE_AUTO || type == corbase[s]+COBOFS_BIAS))
     567    if(b->NumberOfSat[s] && (type == PBTYPE_AUTO || type == s+PBTYPE_BASE))
    568568    {
    569569      INITBLOCK
    570       T_MESSAGE_NUMBER(corbase[s]+COBOFS_BIAS)
     570      T_MESSAGE_NUMBER(s+PBTYPE_BASE)
    571571      switch(s)
    572572      {
Note: See TracChangeset for help on using the changeset viewer.