Changeset 2889 in ntrip


Ignore:
Timestamp:
Jan 26, 2011, 12:27:26 PM (13 years ago)
Author:
mervart
Message:
 
File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/BNC/bncantex.cpp

    r2888 r2889  
    114114    else if (newAntMap) {
    115115      if      (line.indexOf("TYPE / SERIAL NO") == 60) {
    116         if (line.indexOf("BLACK I") == 0 ||
     116        if (line.indexOf("BLOCK I") == 0 ||
    117117            line.indexOf("GLONASS") == 0) {
    118118          newAntMap->antName = line.mid(20,3);
Note: See TracChangeset for help on using the changeset viewer.