Changeset 5369 in ntrip for trunk/BNC/src


Ignore:
Timestamp:
Aug 29, 2013, 5:42:33 PM (11 years ago)
Author:
mervart
Message:
 
File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/BNC/src/RTCM/GPSDecoder.cpp

    r5368 r5369  
    163163    case 'P': case 'W': case 'Y': res += GNSSENTRY_TYPEP2; break;
    164164    case 'C': case 'S': case 'L': case 'X': res += GNSSENTRY_TYPEC2; break;
    165     case 'I': res += GNSSENTRY_TYPEC5B; break;
     165    case 'I':
     166      if (satSys == 'C') {
     167        res += GNSSENTRY_TYPEC2;
     168      }
     169      else {
     170        res += GNSSENTRY_TYPEC5B;
     171      }
    166172    }
    167173    break;
Note: See TracChangeset for help on using the changeset viewer.