Changeset 9710 in ntrip for trunk/BNC


Ignore:
Timestamp:
May 5, 2022, 10:09:13 PM (2 years ago)
Author:
stuerze
Message:

minor changes

File:
1 edited

Legend:

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

    r9695 r9710  
    362362    emit newMessage("bncComb: successfully read Bias SINEX file", true);
    363363  }
    364  
     364
    365365  QTimer::singleShot(_ms, this, SLOT(slotReadBiasSnxFile()));
    366366}
     
    600600        newCorr->_satCodeBias._bias.clear();
    601601      }
    602       //cout <<  acName.toStdString() << " " << clkCorr._prn.toString().c_str() << " _codeBiasIF: " << newCorr->_codeBiasIF << endl;
    603602    }
    604603
     
    939938    clkCorr._dotDotDClk = 0.0;
    940939    clkCorrections.push_back(clkCorr);
     940    // CODE BIASES
     941    t_satCodeBias satCodeBias(corr->_satCodeBias);
     942    satCodeBias._staID = "INTERNAL";
     943    satCodeBiasList.push_back(satCodeBias);
    941944
    942945    ColumnVector xc(6);
     
    972975    hlp.clear();
    973976
    974     // CODE BIASES
    975     t_satCodeBias satCodeBias(corr->_satCodeBias);
    976     satCodeBias._staID = "INTERNAL";
    977     satCodeBiasList.push_back(satCodeBias);
    978 
    979977    if (satCodeBias._bias.size()) {
    980978      hlp = QString().asprintf(" CodeBias %2lu", satCodeBias._bias.size());
     
    991989    }
    992990    outLines += "\n";
    993     //cout << outLines.toStdString();
    994991    delete corr;
    995992  }
    996993
    997994  outLines += "EOE\n"; // End Of Epoch flag
     995  //cout << outLines.toStdString();
    998996
    999997  if (!_rtnetDecoder) {
Note: See TracChangeset for help on using the changeset viewer.