Changeset 10548 in ntrip for trunk/BNC/src/upload
- Timestamp:
- Sep 25, 2024, 5:50:15 PM (7 months ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
TabularUnified trunk/BNC/src/upload/bncrtnetuploadcaster.cpp ¶
r10546 r10548 331 331 if (nextEpoch != -1 && nextEpoch < iEpoEnd) { 332 332 rtnetStreamBuffer = rtnetStreamBuffer.mid(nextEpoch, nextEpochEnd); 333 lines = rtnetStreamBuffer.split('\n', Q String::SkipEmptyParts);333 lines = rtnetStreamBuffer.split('\n', Qt::SkipEmptyParts); 334 334 if (lines.size() > 2) { 335 335 decodeRtnetEpoch(lines); … … 343 343 } 344 344 345 lines = _rtnetStreamBuffer.left(iEpoEnd).split('\n', Q String::SkipEmptyParts);345 lines = _rtnetStreamBuffer.left(iEpoEnd).split('\n', Qt::SkipEmptyParts); 346 346 347 347 _rtnetStreamBuffer = _rtnetStreamBuffer.mid(iEpoEnd + 3);
Note:
See TracChangeset
for help on using the changeset viewer.