Changeset 5949 in ntrip


Ignore:
Timestamp:
Aug 16, 2014, 2:14:50 PM (10 years ago)
Author:
mervart
Message:
 
File:
1 edited

Legend:

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

    r5948 r5949  
    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
    6871  for (unsigned iPrn = 0; iPrn <= t_prn::MAXPRN; iPrn++) {
    6972    _lastOrbCorrIOD[iPrn]   = -1;
     
    7477
    7578  if (_opt->_realTime) {
    76     connect(this, SIGNAL(newPosition(bncTime, QVector<double>)),
    77             BNC_CORE, SIGNAL(newPosition(bncTime, QVector<double>)));
    78 
    7979    Qt::ConnectionType conType = Qt::AutoConnection;
    8080    if (BNC_CORE->mode() == t_bncCore::batchPostProcessing) {
Note: See TracChangeset for help on using the changeset viewer.