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

Last change on this file since 82 was 67, checked in by mervart, 18 years ago

* empty log message *

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