Changeset 2030 in ntrip for trunk/BNC/bncgetthread.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/bncgetthread.cpp

    r2004 r2030  
    332332
    333333  _latencyChecker = new latencyChecker(_staID);
     334
     335  if (_PPPthread) {
     336    connect(((bncApp*)qApp), SIGNAL(newEphGPS(gpsephemeris)),
     337            _PPPthread, SLOT(slotNewEphGPS(gpsephemeris)));
     338    connect(((bncApp*)qApp), SIGNAL(newCorrections(QList<QString>)),
     339            _PPPthread, SLOT(slotNewCorrections(QList<QString>)));
     340    _PPPthread->start();
     341  }
    334342
    335343  msleep(100); //sleep 0.1 sec
     
    491499        }
    492500     
     501        // PPP Client
     502        // ----------
     503        if (_PPPthread) {
     504          _PPPthread->putNewObs(obs);
     505        }
     506
    493507        // Emit new observation signal
    494508        // ---------------------------
Note: See TracChangeset for help on using the changeset viewer.