Changeset 10827 in ntrip


Ignore:
Timestamp:
Apr 10, 2026, 11:48:45 AM (18 hours ago)
Author:
stuerze
Message:

bug fixed regarding ssr upload

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/BNC/src/upload/bncrtnetuploadcaster.cpp

    r10754 r10827  
    367367    co.SSRProviderID = _PID; // 256 .. BKG,  257 ... EUREF
    368368    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     }
    375369    co.Supplied[_ssrCorr->COBOFS_CLOCK] = 1;
    376370    co.Supplied[_ssrCorr->COBOFS_ORBIT] = 1;
    377 
    378371
    379372    t_serviceCrs serviceCrs;
     
    762755                        break;
    763756                    SsrCorr::CodeType type = _ssrCorr->rnxTypeToCodeType(prn.system(), it.key().toStdString());
    764                     if (type != _ssrCorr->RESERVED) {
     757                    if (type != _ssrCorr->CODETYPE_RESERVED) {
    765758                        biasSat->NumberOfCodeBiases += 1;
    766759                        biasSat->Biases[ii].Type = type;
     
    826819                        break;
    827820                    SsrCorr::CodeType type = _ssrCorr->rnxTypeToCodeType(prn.system(), pbSig.type.toStdString());
    828                     if (type != _ssrCorr->RESERVED) {
     821                    if (type != _ssrCorr->PBEXTTYPE_RESERVED) {
    829822                        phasebiasSat->NumberOfPhaseBiases += 1;
    830823                        phasebiasSat->Biases[ii].Type = type;
Note: See TracChangeset for help on using the changeset viewer.