Changeset 5068 in ntrip for trunk/BNC/src/bncgetthread.cpp


Ignore:
Timestamp:
Mar 30, 2013, 11:39:46 AM (11 years ago)
Author:
mervart
Message:
 
File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/BNC/src/bncgetthread.cpp

    r5066 r5068  
    122122
    123123  connect(this, SIGNAL(newMessage(QByteArray,bool)),
    124           PGM_CORE, SLOT(slotMessage(const QByteArray,bool)));
     124          BNC_CORE, SLOT(slotMessage(const QByteArray,bool)));
    125125
    126126  _isToBeDeleted = false;
     
    331331      settings.value("pppMount").toString() == _staID) {
    332332    _PPPclient = new bncPPPclient(_staID);
    333     PGM_CORE->_bncPPPclient = _PPPclient;
     333    BNC_CORE->_bncPPPclient = _PPPclient;
    334334    qRegisterMetaType<bncTime>("bncTime");
    335335    connect(_PPPclient, SIGNAL(newPosition(bncTime, double, double, double)),
     
    440440        if (data.isEmpty()) {
    441441          cout << "no more data" << endl;
    442           PGM_CORE->stopCombination();
     442          BNC_CORE->stopCombination();
    443443          QThread::exit(0);
    444444          delete this;
     
    465465      // -----------
    466466      if (_rawOutput) {
    467         PGM_CORE->writeRawData(data, _staID, _format);
     467        BNC_CORE->writeRawData(data, _staID, _format);
    468468      }
    469469
Note: See TracChangeset for help on using the changeset viewer.