Changeset 5729 in ntrip for trunk/BNC/src/PPP/pppThread.cpp


Ignore:
Timestamp:
Jul 31, 2014, 3:18:23 PM (10 years ago)
Author:
mervart
Message:
 
File:
1 edited

Legend:

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

    r5727 r5729  
    6666void t_pppThread::run() {
    6767
     68  cout << _opt._roverName << " run" << endl;
     69
    6870  // Connect to BNC Signals
    6971  // ----------------------
    7072  if (BNC_CORE->caster()) {
    71     connect(BNC_CORE->caster().data(), SIGNAL(newObs(QByteArray, QList<t_obs>)),
    72           this,      SLOT(slotNewObs(QByteArray, QList<t_obs>)));
     73    connect(BNC_CORE->caster(), SIGNAL(newObs(QByteArray, QList<t_obs>)),
     74            this, SLOT(slotNewObs(QByteArray, QList<t_obs>)));
    7375
    7476    connect(BNC_CORE, SIGNAL(newEphGPS(gpsephemeris)),
     
    8890  // ---------------------
    8991  QThread::exec();
     92
     93  cout << _opt._roverName << " exit" << endl;
    9094}
    9195
Note: See TracChangeset for help on using the changeset viewer.