Changeset 5942 in ntrip


Ignore:
Timestamp:
Aug 16, 2014, 9:49:49 AM (10 years ago)
Author:
mervart
Message:
 
File:
1 edited

Legend:

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

    r5941 r5942  
    6666          BNC_CORE, SLOT(slotMessage(const QByteArray,bool)));
    6767
    68   connect(this, SIGNAL(newPosition(bncTime, QVector<double>)),
    69           BNC_CORE, SIGNAL(newPosition(bncTime, QVector<double>)));
    70 
    7168  for (unsigned iPrn = 0; iPrn <= t_prn::MAXPRN; iPrn++) {
    7269    _lastOrbCorrIOD[iPrn]   = -1;
     
    7774
    7875  if (_opt->_realTime) {
     76    connect(this, SIGNAL(newPosition(bncTime, QVector<double>)),
     77            BNC_CORE, SIGNAL(newPosition(bncTime, QVector<double>)));
     78
    7979    connect(BNC_CORE->caster(), SIGNAL(newObs(QByteArray, QList<t_obs>)),
    8080            this, SLOT(slotNewObs(QByteArray, QList<t_obs>)));
     
    230230    delete _epoData.front(); _epoData.pop_front();
    231231   
    232     emit newMessage(QByteArray(output._log.c_str()), true);
     232    bool showOnScreen = _opt->_realTime;
     233    emit newMessage(QByteArray(output._log.c_str()), showOnScreen);
    233234  }
    234235}
Note: See TracChangeset for help on using the changeset viewer.