Changeset 3578 in ntrip for trunk/BNC/GPSS/hassDecoder.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/GPSS/hassDecoder.h

    r3505 r3578  
    55#include <QtCore>
    66
    7 #include "RTCM3/RTCM3coDecoder.h"
     7#include "bncephuser.h"
     8#include "RTCM/GPSDecoder.h"
    89
    9 class hassDecoder : public RTCM3coDecoder {
     10class hassDecoder : public bncEphUser, public GPSDecoder {
    1011Q_OBJECT
    11 
    1212 public:
    1313  hassDecoder(const QString& staID);
     
    1515  virtual t_irc Decode(char* data, int dataLen, std::vector<std::string>& errmsg);
    1616
     17 signals:
     18  void newCorrLine(QString line, QString staID, long coTime);
     19
    1720 private:
     21  std::ofstream* _out;
     22  QString        _staID;
     23  QString        _fileNameSkl;
     24  QString        _fileName;
     25  QByteArray     _buffer;
     26  double         _GPSweeks;
    1827} ;
    1928
Note: See TracChangeset for help on using the changeset viewer.