Changeset 7141 in ntrip


Ignore:
Timestamp:
Jul 22, 2015, 3:58:32 PM (9 years ago)
Author:
stuerze
Message:

consideration of some new satellite antenna types

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/BNC/src/bncantex.cpp

    r6971 r7141  
    139139      if      (line.indexOf("TYPE / SERIAL NO") == 60) {
    140140        if (line.indexOf("BLOCK I") == 0 ||
    141             line.indexOf("GLONASS") == 0) {
     141            line.indexOf("GLONASS") == 0 ||
     142            line.indexOf("QZSS") == 0 ||
     143            line.indexOf("BEIDOU") == 0 ||
     144            line.indexOf("GALILEO") == 0 ||
     145            line.indexOf("IRNSS") == 0 ){
    142146          newAntMap->antName = line.mid(20,3);
    143147        }
     
    291295
    292296  t_antMap* map = _maps[antNameQ];
    293 
    294297  if (map->frqMap.find(frqType) == map->frqMap.end()) {
    295298    found = false;
Note: See TracChangeset for help on using the changeset viewer.