Changeset 10546 in ntrip for trunk/BNC/src/combination
- Timestamp:
- Sep 25, 2024, 5:08:35 PM (4 months ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/BNC/src/combination/bnccomb.cpp
r10525 r10546 176 176 newAC->name = hlp[1]; 177 177 newAC->weightFactor = hlp[2].toDouble(); 178 newAC->excludeSats = hlp[3].split(QRegExp("[ ,]"), Q t::SkipEmptyParts);178 newAC->excludeSats = hlp[3].split(QRegExp("[ ,]"), QString::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.