source:
ntrip/trunk/BNC/RTIGS/rtigs.h@
126
Last change on this file since 126 was 67, checked in by , 18 years ago | |
---|---|
File size: 307 bytes |
Rev | Line | |
---|---|---|
[52] | 1 | |
[59] | 2 | #ifndef RTIGS_H |
3 | #define RTIGS_H | |
[52] | 4 | |
[67] | 5 | #include <QByteArray> |
6 | ||
[59] | 7 | #include "../RTCM/GPSDecoder.h" |
8 | #include "cgps_transform.h" | |
[52] | 9 | |
[59] | 10 | class rtigs : public GPSDecoder { |
11 | public: | |
12 | rtigs(); | |
13 | ~rtigs(); | |
14 | void Decode(char* buffer = 0, int bufLen = 0); | |
[52] | 15 | private: |
[59] | 16 | CGPS_Transform _GPSTrans; |
[67] | 17 | QByteArray _buffer; |
[59] | 18 | } ; |
[52] | 19 | |
20 | #endif |
Note:
See TracBrowser
for help on using the repository browser.