source: ntrip/trunk/BNC/RTCM3/rtcm3.h@ 131

Last change on this file since 131 was 65, checked in by mervart, 18 years ago

* empty log message *

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
8class rtcm3 : public GPSDecoder {
9public:
10 rtcm3();
11 ~rtcm3();
12 void Decode(char* buffer = 0, int bufLen = 0);
13private:
14 struct RTCM3ParserData _Parser;
15} ;
16
17#endif
Note: See TracBrowser for help on using the repository browser.