Changeset 3505 in ntrip for trunk/BNC/GPSS/hassDecoder.h


Ignore:
Timestamp:
Nov 19, 2011, 2:57:04 PM (12 years ago)
Author:
mervart
Message:
 
File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/BNC/GPSS/hassDecoder.h

    r3504 r3505  
    55#include <QtCore>
    66
    7 #include "RTCM/GPSDecoder.h"
    8 #include "rtcm3torinex.h"
     7#include "RTCM3/RTCM3coDecoder.h"
    98
    10 class hassDecoder : public QObject, public GPSDecoder {
     9class hassDecoder : public RTCM3coDecoder {
    1110Q_OBJECT
    1211
    1312 public:
    14   hassDecoder();
     13  hassDecoder(const QString& staID);
    1514  virtual ~hassDecoder();
    1615  virtual t_irc Decode(char* data, int dataLen, std::vector<std::string>& errmsg);
    1716
    18  signals:
    19   void newMessage(QByteArray msg, bool showOnScreen);
    20 
    2117 private:
    22   QByteArray _buffer;
    2318} ;
    2419
Note: See TracChangeset for help on using the changeset viewer.