Changeset 649 in ntrip for trunk/BNC/RTCM/GPSDecoder.h


Ignore:
Timestamp:
Jan 4, 2008, 3:23:10 PM (16 years ago)
Author:
mervart
Message:

* empty log message *

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/BNC/RTCM/GPSDecoder.h

    r626 r649  
    2929#include <QPointer>
    3030#include <QList>
     31
     32#include "bncconst.h"
    3133
    3234class t_obsInternal {
     
    8789class GPSDecoder {
    8890 public:
    89   virtual void Decode(char* buffer, int bufLen) = 0;
     91  virtual t_irc Decode(char* buffer, int bufLen) = 0;
    9092
    9193  virtual ~GPSDecoder() {
Note: See TracChangeset for help on using the changeset viewer.