Changeset 8204 in ntrip for trunk/BNC/src/orbComp
- Timestamp:
- Dec 11, 2017, 3:00:40 PM (7 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/BNC/src/orbComp/sp3Comp.cpp
r7942 r8204 423 423 QStringListIterator it(_excludeSats); 424 424 while (it.hasNext()) { 425 string prnStr = it.next().to Ascii().data();425 string prnStr = it.next().toLatin1().data(); 426 426 if (prnStr == prn.toString() || prnStr == prn.toString().substr(0,1)) { 427 427 return true;
Note:
See TracChangeset
for help on using the changeset viewer.