Changeset 4763 in ntrip for trunk/BNC/src/RTRover/bncrtrover.h


Ignore:
Timestamp:
Oct 23, 2012, 10:42:42 AM (12 years ago)
Author:
mervart
Message:
 
File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/BNC/src/RTRover/bncrtrover.h

    r4758 r4763  
    77#include "bncephuser.h"
    88
    9 class t_bncRtrover : QObject {
     9class t_bncRtrover : public QThread {
    1010 Q_OBJECT
    1111
     
    1313  t_bncRtrover();
    1414  ~t_bncRtrover();
    15   void putNewObs(const t_obs& pp);
     15  virtual void run();
    1616
    1717 public slots:
     
    2020  void slotNewEphGalileo(galileoephemeris galeph);
    2121  void slotNewCorrections(QList<QString> corrList);
     22  void slotNewObs(QByteArray staID, bool firstObs, t_obs obs);
    2223
    2324 private:
Note: See TracChangeset for help on using the changeset viewer.