source: ntrip/trunk/BNC/RTCM3/RTCM3Decoder.h@ 296

Last change on this file since 296 was 296, checked in by mervart, 17 years ago

* empty log message *

File size: 297 bytes
Line 
1
2#ifndef RTCM3DECODER_H
3#define RTCM3DECODER_H
4
5#include "../RTCM/GPSDecoder.h"
6#include "rtcm3torinex.h"
7
8class RTCM3Decoder : public GPSDecoder {
9public:
10 RTCM3Decoder();
11 ~RTCM3Decoder();
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.