Ignore:
Timestamp:
Sep 1, 2016, 9:18:10 PM (8 years ago)
Author:
stuerze
Message:

number of allowed biases is enlarged and some future GLONASS signal and tracking mode identifier are added

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/BNC_2.12/src/RTCM3/RTCM3coDecoder.cpp

    r8009 r8029  
    688688      case CODETYPEGPS_L1_P:          return "1P";
    689689      case CODETYPEGPS_L1_Z:          return "1W";
     690      //case CODETYPEGPS_L1_Y:          return "1Y";
     691      //case CODETYPEGPS_L1_M:          return "1M";
    690692      case CODETYPEGPS_L2_CA:         return "2C";
    691693      case CODETYPEGPS_SEMI_CODELESS: return "2D";
     
    695697      case CODETYPEGPS_L2_P:          return "2P";
    696698      case CODETYPEGPS_L2_Z:          return "2W";
     699      //case CODETYPEGPS_L2_Y:          return "2Y";
     700      //case CODETYPEGPS_L2_M:          return "2M";     
    697701      case CODETYPEGPS_L5_I:          return "5I";
    698702      case CODETYPEGPS_L5_Q:          return "5Q";
     
    710714      case CODETYPEGLONASS_L2_CA:     return "2C";
    711715      case CODETYPEGLONASS_L2_P:      return "2P";
     716      case CODETYPEGLONASS_L3_I:      return "3I";
     717      case CODETYPEGLONASS_L3_Q:      return "3Q";
     718      case CODETYPEGLONASS_L3_IQ:     return "3X";     
    712719      default: return "";
    713720    }
Note: See TracChangeset for help on using the changeset viewer.