Changeset 2290 in ntrip


Ignore:
Timestamp:
Feb 12, 2010, 11:56:30 AM (14 years ago)
Author:
mervart
Message:

Zdenek Lukes: modification for MLS

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/BNC/bncgetthread.cpp

    r2182 r2290  
    286286  // Initialize PPP Client?
    287287  // ----------------------
     288#ifndef MLS_SOFTWARE
    288289  if (settings.value("pppMount").toString() == _staID) {
    289290    _PPPclient = new bncPPPclient(_staID);
     
    291292    connect(_PPPclient, SIGNAL(newPosition(bncTime, double, double, double)),
    292293            this, SIGNAL(newPosition(bncTime, double, double, double)));
    293   connect(_PPPclient, SIGNAL(newNMEAstr(QByteArray)),
    294           this,       SIGNAL(newNMEAstr(QByteArray)));
    295   }
     294    connect(_PPPclient, SIGNAL(newNMEAstr(QByteArray)),
     295            this,       SIGNAL(newNMEAstr(QByteArray)));
     296  }
     297#endif
    296298
    297299  // Instantiate the decoder
     
    483485        // PPP Client
    484486        // ----------
     487#ifndef MLS_SOFTWARE
    485488        if (_PPPclient) {
    486489          _PPPclient->putNewObs(obs);
    487490        }
     491#endif
    488492
    489493        // Emit new observation signal
Note: See TracChangeset for help on using the changeset viewer.