source: ntrip/trunk/BNC/RTIGS/rtigs.h@ 63

Last change on this file since 63 was 59, checked in by mervart, 19 years ago

* empty log message *

File size: 258 bytes
Line 
1
2#ifndef RTIGS_H
3#define RTIGS_H
4
5#include "../RTCM/GPSDecoder.h"
6#include "cgps_transform.h"
7
8class rtigs : public GPSDecoder {
9public:
10 rtigs();
11 ~rtigs();
12 void Decode(char* buffer = 0, int bufLen = 0);
13private:
14 CGPS_Transform _GPSTrans;
15} ;
16
17#endif
Note: See TracBrowser for help on using the repository browser.