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


Ignore:
Timestamp:
Aug 8, 2008, 8:02:33 PM (16 years ago)
Author:
mervart
Message:

Back to status of date 20080807

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/BNC/bncgetthread.h

    r1024 r1029  
    2626#define BNCGETTHREAD_H
    2727
    28 #include <stdio.h>
    29 
    3028#include <QThread>
    3129#include <QtNetwork>
     
    3331
    3432#include "RTCM/GPSDecoder.h"
    35 #include "RTCM3/rtcm3torinex.h"
    3633#include "bncconst.h"
    3734
     
    5956   void error(QByteArray staID);
    6057   void newMessage(QByteArray msg);
    61 
    62  public slots:
    63    void slotNewEphGPS(gpsephemeris gpseph);
    6458
    6559 protected:
     
    10195   int         _samplingRate;
    10296   bncRinex*   _rnx;
    103    bool        _rnx_set_position;
    10497   QDateTime   _decodeFailure;
    10598   QDateTime   _decodeStart;
Note: See TracChangeset for help on using the changeset viewer.