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

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

* empty log message *

File size: 262 bytes
RevLine 
[53]1
[64]2#ifndef RTCM3_H
3#define RTCM3_H
4
5#include "../RTCM/GPSDecoder.h"
[65]6#include "rtcm3torinex.h"
[64]7
8class rtcm3 : public GPSDecoder {
9public:
10 rtcm3();
11 ~rtcm3();
12 void Decode(char* buffer = 0, int bufLen = 0);
13private:
[65]14 struct RTCM3ParserData _Parser;
[64]15} ;
16
17#endif
Note: See TracBrowser for help on using the repository browser.