Changeset 9941 in ntrip for trunk/BNC/src/RTCM3
- Timestamp:
- Dec 13, 2022, 10:57:26 PM (2 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/BNC/src/RTCM3/RTCM3coDecoder.cpp
r9771 r9941 136 136 settings.value("corrIntr").toString(), 3); 137 137 138 QString cntStr = (_fileNameSkl.contains("ION")) ? "_ION.ssr" : "_MC.ssr"; 139 138 140 QString fileNameHlp = _fileNameSkl + 139 141 "_S_" + // stream 140 142 QString("%1").arg(datTim.date().year()) + 141 143 QString("%1").arg(datTim.date().dayOfYear(), 3, 10, QChar('0')) + 142 hlpStr + 143 "_MC.ssr"; // mixed BRDC 144 hlpStr + // HM_period 145 cntStr; // mixed ION or CLK 144 146 145 147 if (_fileName == fileNameHlp) {
Note:
See TracChangeset
for help on using the changeset viewer.