Ignore:
Timestamp:
Mar 11, 2025, 4:26:59 PM (44 hours ago)
Author:
stuerze
Message:

IRNSS replaced by NavIC

File:
1 edited

Legend:

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

    r10599 r10619  
    425425    };
    426426
    427 /** MSM signal types for IRNSS */
     427/** MSM signal types for NavIC */
    428428static struct CodeData irn[RTCM3_MSM_NUMSIG] = {
    429429        {0.0, 0},
     
    434434        {0.0, 0},
    435435        {0.0, 0},
    436         {IRNSS_WAVELENGTH_S, "9A"},
    437         {0.0, 0},
    438         {0.0, 0},
    439         {0.0, 0},
    440         {0.0, 0},
    441         {0.0, 0},
    442         {0.0, 0},
    443         {0.0, 0},
    444         {0.0, 0},
    445         {0.0, 0},
    446         {0.0, 0},
    447         {0.0, 0},
    448         {0.0, 0},
    449         {0.0, 0},
    450         {IRNSS_WAVELENGTH_L5, "5A"},
     436        {NavIC_WAVELENGTH_S, "9A"},
     437        {0.0, 0},
     438        {0.0, 0},
     439        {0.0, 0},
     440        {0.0, 0},
     441        {0.0, 0},
     442        {0.0, 0},
     443        {0.0, 0},
     444        {0.0, 0},
     445        {0.0, 0},
     446        {0.0, 0},
     447        {0.0, 0},
     448        {0.0, 0},
     449        {0.0, 0},
     450        {NavIC_WAVELENGTH_L5, "5A"},
    451451        {0.0, 0},
    452452        {0.0, 0},
     
    14671467//
    14681468////////////////////////////////////////////////////////////////////////////
    1469 bool RTCM3Decoder::DecodeIRNSSEphemeris(unsigned char* data, int size) {
     1469bool RTCM3Decoder::DecodeNavICEphemeris(unsigned char* data, int size) {
    14701470  bool decoded = false;
    14711471
     
    22672267            break;
    22682268          case 1041:
    2269             if (DecodeIRNSSEphemeris(_Message, _BlockSize))
     2269            if (DecodeNavICEphemeris(_Message, _BlockSize))
    22702270              decoded = true;
    22712271            break;
Note: See TracChangeset for help on using the changeset viewer.