Ignore:
Timestamp:
Feb 16, 2016, 11:29:55 AM (8 years ago)
Author:
stuerze
Message:

small bugs regarding BDS OBS types fixed

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/BNC/src/RTCM3/RTCM3coDecoder.cpp

    r7711 r7781  
    755755  else if (system == 'C') {
    756756    switch (type) {
    757     case CODETYPE_BDS_B1_I:         return "1I";
    758     case CODETYPE_BDS_B1_Q:         return "1Q";
    759     case CODETYPE_BDS_B1_IQ:        return "1X";
     757    case CODETYPE_BDS_B1_I:         return "2I";
     758    case CODETYPE_BDS_B1_Q:         return "2Q";
     759    case CODETYPE_BDS_B1_IQ:        return "2X";
    760760    case CODETYPE_BDS_B2_I:         return "7I";
    761761    case CODETYPE_BDS_B2_Q:         return "7Q";
Note: See TracChangeset for help on using the changeset viewer.