Changeset 2519 in ntrip for trunk/BNC/bncgetthread.h


Ignore:
Timestamp:
Aug 3, 2010, 12:10:19 PM (14 years ago)
Author:
mervart
Message:
 
File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/BNC/bncgetthread.h

    r2492 r2519  
    3636#include "bncnetquery.h"
    3737#include "bnctime.h"
     38#include "bncrawfile.h"
    3839
    3940class bncRinex;
     
    4647
    4748 public:
    48    bncGetThread(const QByteArray&  rawInpFileName, const QByteArray& format);
     49   bncGetThread(bncRawFile* rawFile);
    4950   bncGetThread(const QUrl& mountPoint,
    5051                const QByteArray& format,
     
    117118   int             _samplingRate;
    118119   bncRinex*       _rnx;
    119    QFile*          _rawInpFile;
     120   bncRawFile*     _rawFile;
    120121   QextSerialPort* _serialPort;
    121122   bool            _isToBeDeleted;
Note: See TracChangeset for help on using the changeset viewer.