source:
ntrip/trunk/BNC/GPSS/hassDecoder.h@
3521
| Last change on this file since 3521 was 3505, checked in by , 14 years ago | |
|---|---|
| File size: 333 bytes | |
| Rev | Line | |
|---|---|---|
| [3504] | 1 | |
| 2 | #ifndef HASSDECODER_H | |
| 3 | #define HASSDECODER_H | |
| 4 | ||
| 5 | #include <QtCore> | |
| 6 | ||
| [3505] | 7 | #include "RTCM3/RTCM3coDecoder.h" |
| [3504] | 8 | |
| [3505] | 9 | class hassDecoder : public RTCM3coDecoder { |
| [3504] | 10 | Q_OBJECT |
| 11 | ||
| 12 | public: | |
| [3505] | 13 | hassDecoder(const QString& staID); |
| [3504] | 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.
