Changeset 7299 in ntrip for trunk/BNC/src/pppRun.cpp


Ignore:
Timestamp:
Sep 23, 2015, 5:21:35 PM (9 years ago)
Author:
stuerze
Message:

some additions, to allow PPP with the internal combination result

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/BNC/src/pppRun.cpp

    r7288 r7299  
    5757#include "rinex/rnxnavfile.h"
    5858#include "rinex/corrfile.h"
     59#include "combination/bnccomb.h"
    5960
    6061using namespace BNC_PPP;
     
    115116    connect(BNC_CORE, SIGNAL(newPhaseBiases(QList<t_satPhaseBias>)),
    116117            this, SLOT(slotNewPhaseBiases(QList<t_satPhaseBias>)),conType);
     118
     119    connect(BNC_CMB, SIGNAL(newOrbCorrections(QList<t_orbCorr>)),
     120            this, SLOT(slotNewOrbCorrections(QList<t_orbCorr>)),conType);
     121
     122    connect(BNC_CMB, SIGNAL(newClkCorrections(QList<t_clkCorr>)),
     123            this, SLOT(slotNewClkCorrections(QList<t_clkCorr>)),conType);
    117124  }
    118125  else {
     
    369376  }
    370377
    371   if (_opt->_realTime) {
     378  if (_opt->_realTime) { qDebug() << clkCorr[0]._staID.c_str();
    372379    if (_opt->_corrMount.empty() || _opt->_corrMount != clkCorr[0]._staID) {
    373380      return;
Note: See TracChangeset for help on using the changeset viewer.