Changeset 9259 in ntrip for trunk/BNC/src


Ignore:
Timestamp:
Nov 17, 2020, 10:18:19 PM (3 years ago)
Author:
stuerze
Message:

combination adapted to work system by system

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/BNC/src/combination/bnccomb.cpp

    r9258 r9259  
    833833  int maxSat = _cmbSysPrn[sys];
    834834
    835   const int nCon = (_method == filter) ? 1 + maxSat : 0; //(maybe not for GLONASS)
     835  const int nCon = (_method == filter) ? 1 + maxSat : 0;
    836836
    837837  AA.ReSize(nObs+nCon, nPar);  AA = 0.0;
     
    871871      }
    872872    }
    873     int iCond = 1;
    874873    unsigned flag = 0;
    875874    if (sys == 'E') {
    876875      flag = 1;
    877876    }
    878     // GNSS (maybe not for GLONASS)
     877    if (sys == 'R') {
     878      return success;
     879    }
     880    int iCond = 1;
     881    // GNSS
    879882    for (unsigned iGnss = 1; iGnss <= _cmbSysPrn[sys]; iGnss++) {
    880883      QString prn = QString("%1%2_%3").arg(sys).arg(iGnss, 2, 10, QChar('0')).arg(flag);
Note: See TracChangeset for help on using the changeset viewer.