Changeset 3578 in ntrip for trunk/BNC/RTCM3/RTCM3coDecoder.h


Ignore:
Timestamp:
Dec 26, 2011, 10:24:30 AM (12 years ago)
Author:
mervart
Message:
 
File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/BNC/RTCM3/RTCM3coDecoder.h

    r3520 r3578  
    3131#include <QtNetwork>
    3232
    33 #include "bncephuser.h"
    3433#include "RTCM/GPSDecoder.h"
    3534
     
    3837}
    3938
    40 class RTCM3coDecoder : public bncEphUser, public GPSDecoder {
     39class RTCM3coDecoder : public QObject, public GPSDecoder {
    4140Q_OBJECT
    4241 public:
     
    5352  void newCorrLine(QString line, QString staID, long coTime);
    5453
    55  protected:
     54 private:
    5655  void printLine(const QString& line, long coTime);
    5756  std::ofstream* _out;
     
    6160  QByteArray     _buffer;
    6261  double         _GPSweeks;
    63 
    64  private:
    6562  ClockOrbit     _co;
    6663  Bias           _bias;
Note: See TracChangeset for help on using the changeset viewer.