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