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


Ignore:
Timestamp:
May 6, 2015, 4:43:36 PM (9 years ago)
Author:
stuerze
Message:

renaming of BDS's first frequency band from '1' in '2'

File:
1 edited

Legend:

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

    r6560 r6817  
    4444                        S1, // 1575.42
    4545                        S5, // 1176.45
    46                         C1, // 1561.098
     46                        C2, // 1561.098
    4747                        C7, // 1207.14
    4848                        C6, // 1268.52
     
    6666    else if (tt == S1) return "S1";
    6767    else if (tt == S5) return "S5";
    68     else if (tt == C1) return "C1";
     68    else if (tt == C2) return "C2";
    6969    else if (tt == C7) return "C7";
    7070    else if (tt == C6) return "C6";
     
    8888    else if (s == "S1") return S1;
    8989    else if (s == "S5") return S5;
    90     else if (s == "C1") return C1;
     90    else if (s == "C2") return C2;
    9191    else if (s == "C7") return C7;
    9292    else if (s == "C6") return C6;
Note: See TracChangeset for help on using the changeset viewer.