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