source: ntrip/trunk/BNC/RTIGS/RTIGSDecoder.h@ 305

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

* empty log message *

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