Changeset 3206 in ntrip for trunk/BNC/upload/bncrtnetdecoder.h


Ignore:
Timestamp:
Mar 30, 2011, 6:20:17 PM (13 years ago)
Author:
mervart
Message:
 
File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/BNC/upload/bncrtnetdecoder.h

    r3203 r3206  
    3333#include "RTCM/GPSDecoder.h"
    3434
    35 class bncRtnetDecoder: public GPSDecoder, public bncEphUser, public QThread {
     35class bncRtnetDecoder: public GPSDecoder, public bncEphUser {
    3636 public:
    3737  bncRtnetDecoder();
    3838  ~bncRtnetDecoder();
    39   virtual void run();
    4039  virtual t_irc Decode(char* buffer, int bufLen,
    4140                       std::vector<std::string>& errmsg);
    4241 private:
    43   void DecodeInThread();
    44   QVector<bncUploadCaster*>* _casters;
    45   QString                    _buffer;
    46   bncTime                    _epoTime;
    47   QMutex                     _mutex;
     42  QVector<bncUploadCaster*> _casters;
    4843};
    4944
Note: See TracChangeset for help on using the changeset viewer.