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


Ignore:
Timestamp:
Oct 23, 2012, 10:42:42 AM (12 years ago)
Author:
mervart
Message:
 
File:
1 edited

Legend:

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

    r4757 r4763  
    6363#include "latencychecker.h"
    6464#include "bncpppclient.h"
    65 #ifdef RTROVER_INTERFACE
    66 #include "RTRover/bncrtrover.h"
    67 #endif
    6865#include "upload/bncrtnetdecoder.h"
    6966#include "RTCM/RTCM2Decoder.h"
     
    133130  _nextSleep     = 0;
    134131  _PPPclient     = 0;
    135 #ifdef RTROVER_INTERFACE
    136   _bncRtrover    = 0;
    137 #endif
    138132  _miscMount     = settings.value("miscMount").toString();
    139133  _decoder   = 0;
     
    345339    connect(_PPPclient, SIGNAL(newNMEAstr(QByteArray)),
    346340            this,       SIGNAL(newNMEAstr(QByteArray)));
    347 #ifdef RTROVER_INTERFACE
    348     _bncRtrover = new t_bncRtrover();
    349 #endif
    350341  }
    351342#endif
     
    379370  }
    380371  delete _PPPclient;
    381 #ifdef RTROVER_INTERFACE
    382     delete _bncRtrover;
    383 #endif
    384372  if (_rawFile) {
    385373    QMapIterator<QString, GPSDecoder*> it(_decodersRaw);
     
    563551        if (_PPPclient && _staID == _PPPclient->staID()) {
    564552          _PPPclient->putNewObs(obs);
    565 #ifdef RTROVER_INTERFACE
    566           _bncRtrover->putNewObs(obs);
    567 #endif
    568553        }
    569554#endif
Note: See TracChangeset for help on using the changeset viewer.