source: ntrip/branches/BNC_LM/GPSS/hassDecoder.h@ 9256

Last change on this file since 9256 was 3505, checked in by mervart, 12 years ago
File size: 333 bytes
Line 
1
2#ifndef HASSDECODER_H
3#define HASSDECODER_H
4
5#include <QtCore>
6
7#include "RTCM3/RTCM3coDecoder.h"
8
9class hassDecoder : public RTCM3coDecoder {
10Q_OBJECT
11
12 public:
13 hassDecoder(const QString& staID);
14 virtual ~hassDecoder();
15 virtual t_irc Decode(char* data, int dataLen, std::vector<std::string>& errmsg);
16
17 private:
18} ;
19
20#endif
21
Note: See TracBrowser for help on using the repository browser.