Changeset 10619 in ntrip for trunk/BNC/src/bncconst.h


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

IRNSS replaced by NavIC

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/BNC/src/bncconst.h

    r10251 r10619  
    6161            C8, // B2(B2a+B2b) / 1191.795 (BDS-3 signals)
    6262            C6, // B3,B3A / 1268.52
    63             // IRNSS
     63            // NavIC
    6464            I5, // L5 / 1176.45
    6565            I9, // S  / 2492.028
     
    9898    else if (tt == C8) return "C8";
    9999    else if (tt == C6) return "C6";
    100     // IRNSS
     100    // NavIC
    101101    else if (tt == I5) return "I5";
    102102    else if (tt == I9) return "I9";
     
    133133    else if (s == "C8") return C8;
    134134    else if (s == "C6") return C6;
    135     // IRNSS
     135    // NavIC
    136136    else if (s == "I5") return I5;
    137137    else if (s == "I9") return I9;
Note: See TracChangeset for help on using the changeset viewer.