Changeset 675 in ntrip
- Timestamp:
- Feb 3, 2008, 4:39:11 PM (17 years ago)
- Location:
- trunk/BNC
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/BNC/bncrinex.cpp
r674 r675 617 617 _out.close(); 618 618 if (!_rnxScriptName.isEmpty()) { 619 msleep(1); 619 620 #ifdef WIN32 620 621 QProcess::startDetached(_rnxScriptName, QStringList() << _fName) ; -
trunk/BNC/bncrinex.h
r656 r675 26 26 #define BNCRINEX_H 27 27 28 #include <QThread> 28 29 #include <QByteArray> 29 30 #include <QDateTime> … … 35 36 #include "RTCM/GPSDecoder.h" 36 37 37 class bncRinex {38 class bncRinex : public QThread { 38 39 public: 39 40 bncRinex(const QByteArray& statID, const QUrl& mountPoint, … … 47 48 const QString& intStr, 48 49 QDateTime* nextEpoch = 0); 50 51 protected: 52 virtual void run() {}; 49 53 50 54 private:
Note:
See TracChangeset
for help on using the changeset viewer.