Changeset 64 in ntrip


Ignore:
Timestamp:
Aug 24, 2006, 3:24:14 PM (18 years ago)
Author:
mervart
Message:

* empty log message *

Location:
trunk/BNC/RTCM3
Files:
1 added
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/BNC/RTCM3/rtcm3.h

    r53 r64  
    11
    2 // Initially an empty file
     2#ifndef RTCM3_H
     3#define RTCM3_H
     4
     5#include "../RTCM/GPSDecoder.h"
     6#include "cgps_transform.h"
     7
     8class rtcm3 : public GPSDecoder {
     9public:
     10  rtcm3();
     11  ~rtcm3();
     12  void Decode(char* buffer = 0, int bufLen = 0);
     13private:
     14} ;
     15
     16#endif
Note: See TracChangeset for help on using the changeset viewer.