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