Ignore:
Timestamp:
Jul 23, 2020, 11:26:50 PM (4 years ago)
Author:
stuerze
Message:

some updates regarding BDS and IRNSS mesage numbers and signal mapping

File:
1 edited

Legend:

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

    r8986 r9000  
    411411        {BDS_WAVELENGTH_B2a, "5P"},
    412412        {BDS_WAVELENGTH_B2a, "5X"},
    413         {0.0, 0},
     413        {BDS_WAVELENGTH_B2b, "7D"},
    414414        {0.0, 0},
    415415        {0.0, 0},
     
    16311631       * else. */
    16321632      if ((id >= 1057 && id <= 1068) ||
    1633             (id >= 1240 && id <= 1270) ||
    1634                       (id == 4076)) {
     1633          (id >= 1240 && id <= 1270) ||
     1634                  (id == 4076)) {
    16351635        if (!_coDecoders.contains(_staID.toLatin1()))
    16361636          _coDecoders[_staID.toLatin1()] = new RTCM3coDecoder(_staID);
     
    16411641        }
    16421642      }
    1643       else if ((id >= 1070 && id <= 1229) ||
    1644                (id >=   21 && id <=   27)) /* MSM */ {
     1643      else if (id >= 1070 && id <= 1229) { /* MSM */
    16451644        if (DecodeRTCM3MSM(_Message, _BlockSize))
    16461645          decoded = true;
     
    16861685              decoded = true;
    16871686            break;
    1688           case 29:
     1687          case 1141:
    16891688            if (DecodeIRNSSEphemeris(_Message, _BlockSize))
    16901689              decoded = true;
     
    16951694              decoded = true;
    16961695            break;
    1697           case RTCM3ID_BDS:
     1696          case 1042:
    16981697            if (DecodeBDSEphemeris(_Message, _BlockSize))
    16991698              decoded = true;
Note: See TracChangeset for help on using the changeset viewer.