Changeset 10619 in ntrip for trunk/BNC/src/bncconst.h
- Timestamp:
- Mar 11, 2025, 4:26:59 PM (45 hours ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/BNC/src/bncconst.h
r10251 r10619 61 61 C8, // B2(B2a+B2b) / 1191.795 (BDS-3 signals) 62 62 C6, // B3,B3A / 1268.52 63 // IRNSS63 // NavIC 64 64 I5, // L5 / 1176.45 65 65 I9, // S / 2492.028 … … 98 98 else if (tt == C8) return "C8"; 99 99 else if (tt == C6) return "C6"; 100 // IRNSS100 // NavIC 101 101 else if (tt == I5) return "I5"; 102 102 else if (tt == I9) return "I9"; … … 133 133 else if (s == "C8") return C8; 134 134 else if (s == "C6") return C6; 135 // IRNSS135 // NavIC 136 136 else if (s == "I5") return I5; 137 137 else if (s == "I9") return I9;
Note:
See TracChangeset
for help on using the changeset viewer.