source:
ntrip/branches/BNC_LM/GPSS/hassDecoder.h@
3808
Last change on this file since 3808 was 3505, checked in by , 13 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 | |
9 | class hassDecoder : public RTCM3coDecoder { |
10 | Q_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.