Changeset 675 in ntrip


Ignore:
Timestamp:
Feb 3, 2008, 4:39:11 PM (16 years ago)
Author:
mervart
Message:

* empty log message *

Location:
trunk/BNC
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • trunk/BNC/bncrinex.cpp

    r674 r675  
    617617  _out.close();
    618618  if (!_rnxScriptName.isEmpty()) {
     619    msleep(1);
    619620#ifdef WIN32
    620621    QProcess::startDetached(_rnxScriptName, QStringList() << _fName) ;
  • trunk/BNC/bncrinex.h

    r656 r675  
    2626#define BNCRINEX_H
    2727
     28#include <QThread>
    2829#include <QByteArray>
    2930#include <QDateTime>
     
    3536#include "RTCM/GPSDecoder.h"
    3637
    37 class bncRinex {
     38class bncRinex : public QThread {
    3839 public:
    3940   bncRinex(const QByteArray& statID, const QUrl& mountPoint,
     
    4748                               const QString& intStr,
    4849                               QDateTime* nextEpoch = 0);
     50
     51 protected:
     52   virtual void run() {};
    4953
    5054 private:
Note: See TracChangeset for help on using the changeset viewer.