Changeset 10827 in ntrip
- Timestamp:
- Apr 10, 2026, 11:48:45 AM (18 hours ago)
- File:
-
- 1 edited
-
trunk/BNC/src/upload/bncrtnetuploadcaster.cpp (modified) (3 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/BNC/src/upload/bncrtnetuploadcaster.cpp
r10754 r10827 367 367 co.SSRProviderID = _PID; // 256 .. BKG, 257 ... EUREF 368 368 co.SSRSolutionID = _SID; 369 if (_ssrFormat == "RTCM-SSR") {370 co.EpochTime[CLOCKORBIT_SATBDS] = static_cast<int>(epoTime.bdssec());371 }372 else if (_ssrFormat == "IGS-SSR") {373 co.EpochTime[CLOCKORBIT_SATBDS] = static_cast<int>(epoTime.gpssec());374 }375 369 co.Supplied[_ssrCorr->COBOFS_CLOCK] = 1; 376 370 co.Supplied[_ssrCorr->COBOFS_ORBIT] = 1; 377 378 371 379 372 t_serviceCrs serviceCrs; … … 762 755 break; 763 756 SsrCorr::CodeType type = _ssrCorr->rnxTypeToCodeType(prn.system(), it.key().toStdString()); 764 if (type != _ssrCorr->RESERVED) { 757 if (type != _ssrCorr->CODETYPE_RESERVED) { 765 758 biasSat->NumberOfCodeBiases += 1; 766 759 biasSat->Biases[ii].Type = type; … … 826 819 break; 827 820 SsrCorr::CodeType type = _ssrCorr->rnxTypeToCodeType(prn.system(), pbSig.type.toStdString()); 828 if (type != _ssrCorr->RESERVED) { 821 if (type != _ssrCorr->PBEXTTYPE_RESERVED) { 829 822 phasebiasSat->NumberOfPhaseBiases += 1; 830 823 phasebiasSat->Biases[ii].Type = type;
Note:
See TracChangeset
for help on using the changeset viewer.
