Changeset 2030 in ntrip for trunk/BNC/bnccaster.cpp


Ignore:
Timestamp:
Nov 26, 2009, 11:40:38 AM (14 years ago)
Author:
mervart
Message:

* empty log message *

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/BNC/bnccaster.cpp

    r2001 r2030  
    252252  _threads.push_back(getThread);
    253253
    254   bncPPPthread* PPPthread = getThread->PPPthread();
    255   if (PPPthread) {
    256     connect(this, SIGNAL(newEpochData(QList<p_obs>)),
    257             PPPthread, SLOT(slotNewEpochData(QList<p_obs>)));
    258     connect(((bncApp*)qApp), SIGNAL(newEphGPS(gpsephemeris)),
    259             PPPthread, SLOT(slotNewEphGPS(gpsephemeris)));
    260     connect(((bncApp*)qApp), SIGNAL(newCorrections(QList<QString>)),
    261             PPPthread, SLOT(slotNewCorrections(QList<QString>)));
    262     PPPthread->start();
    263   }
    264 
    265254  getThread->start();
    266255}
     
    302291    bool first = true;
    303292    QList<p_obs> allObs = _epochs->values(sec);
    304 
    305     emit newEpochData(allObs);
    306293
    307294    QListIterator<p_obs> it(allObs);
Note: See TracChangeset for help on using the changeset viewer.