Ignore:
Timestamp:
Sep 1, 2016, 9:09:34 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
  • trunk/BNC/src/RTCM3/RTCM3coDecoder.cpp

    r8008 r8028  
    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    }
     
    752759      case CODETYPEQZSS_LEX_L:         return "6L";
    753760      case CODETYPEQZSS_LEX_SL:        return "6X";
    754 
    755     default: return "";
     761      default: return "";
    756762    }
    757763  }
Note: See TracChangeset for help on using the changeset viewer.