Changeset 10525 in ntrip for trunk/BNC/src/combination/bnccomb.cpp
- Timestamp:
- Aug 19, 2024, 4:15:53 PM (3 months ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/BNC/src/combination/bnccomb.cpp
r10519 r10525 176 176 newAC->name = hlp[1]; 177 177 newAC->weightFactor = hlp[2].toDouble(); 178 newAC->excludeSats = hlp[3].split(QRegExp("[ ,]"), Q String::SkipEmptyParts);178 newAC->excludeSats = hlp[3].split(QRegExp("[ ,]"), Qt::SkipEmptyParts); 179 179 newAC->isAPC = bool(newAC->mountPoint.mid(0,4) == "SSRA"); 180 180 QMapIterator<char, unsigned> itSys(_cmbSysPrn);
Note:
See TracChangeset
for help on using the changeset viewer.