source:
ntrip/trunk/BNC/RTCM3/rtcm3.h@
87
Last change on this file since 87 was 65, checked in by , 18 years ago | |
---|---|
File size: 262 bytes |
Line | |
---|---|
1 | |
2 | #ifndef RTCM3_H |
3 | #define RTCM3_H |
4 | |
5 | #include "../RTCM/GPSDecoder.h" |
6 | #include "rtcm3torinex.h" |
7 | |
8 | class rtcm3 : public GPSDecoder { |
9 | public: |
10 | rtcm3(); |
11 | ~rtcm3(); |
12 | void Decode(char* buffer = 0, int bufLen = 0); |
13 | private: |
14 | struct RTCM3ParserData _Parser; |
15 | } ; |
16 | |
17 | #endif |
Note:
See TracBrowser
for help on using the repository browser.