- Timestamp:
- Jul 22, 2015, 3:58:32 PM (9 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/BNC/src/bncantex.cpp
r6971 r7141 139 139 if (line.indexOf("TYPE / SERIAL NO") == 60) { 140 140 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 ){ 142 146 newAntMap->antName = line.mid(20,3); 143 147 } … … 291 295 292 296 t_antMap* map = _maps[antNameQ]; 293 294 297 if (map->frqMap.find(frqType) == map->frqMap.end()) { 295 298 found = false;
Note:
See TracChangeset
for help on using the changeset viewer.