Changeset 8167 in ntrip for branches/BNC_2.12/src/bncconst.h


Ignore:
Timestamp:
Oct 26, 2017, 2:43:58 PM (6 years ago)
Author:
stuerze
Message:

IRNSS support is added in RINEX QC

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/BNC_2.12/src/bncconst.h

    r7243 r8167  
    4747                        C7, // 1207.14
    4848                        C6, // 1268.52
     49                        I5, // 1176.45
     50                        I9, // 2492.028                       
    4951             max};
    5052
     
    6971    else if (tt == C7) return "C7";
    7072    else if (tt == C6) return "C6";
     73    else if (tt == I5) return "I5";
     74    else if (tt == I9) return "I9";   
    7175    return std::string();
    7276  }
     
    9195    else if (s == "C7") return C7;
    9296    else if (s == "C6") return C6;
     97    else if (s == "I5") return I5;
     98    else if (s == "I9") return I9;
    9399    return type();
    94100  }
Note: See TracChangeset for help on using the changeset viewer.