Ignore:
Timestamp:
Nov 8, 2019, 10:44:37 AM (4 years ago)
Author:
stuerze
Message:

Harmonization of RTCM3 Signal ID Mapping and RTCM SSR Signal and Tracking Mode Identifiers

File:
1 edited

Legend:

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

    r8819 r8843  
    356356        {0.0, 0},
    357357        {0.0, 0},
    358         {GPS_WAVELENGTH_L1, "1Z"}, // not defined in RTCM3.3?
     358        {0.0, 0},
    359359        {0.0, 0},
    360360        {0.0, 0},
     
    421421    };
    422422
    423 /**
    424  * MSM signal types for IRNSS
    425  *
    426  * NOTE: Uses 0.0, 1.0 for wavelength as sat index dependence is done later!
    427  */
     423/** MSM signal types for IRNSS */
    428424static struct CodeData irn[RTCM3_MSM_NUMSIG] = {
    429425        {0.0, 0},
     
    751747            case 'I':
    752748              cd = irn[RTCM3_MSM_NUMSIG - j - 1];
    753               break;             
     749              break;
    754750          }
    755751          if (cd.code) {
     
    16811677            if (DecodeIRNSSEphemeris(_Message, _BlockSize))
    16821678              decoded = true;
    1683             break;           
     1679            break;
    16841680          case 1045:
    16851681          case 1046:
Note: See TracChangeset for help on using the changeset viewer.