Changeset 649 in ntrip for trunk/BNC/RTCM3


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

* empty log message *

Location:
trunk/BNC/RTCM3
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • trunk/BNC/RTCM3/RTCM3Decoder.cpp

    r627 r649  
    8888//
    8989////////////////////////////////////////////////////////////////////////////
    90 void RTCM3Decoder::Decode(char* buffer, int bufLen) {
     90t_irc RTCM3Decoder::Decode(char* buffer, int bufLen) {
    9191
    9292  for (int ii = 0; ii < bufLen; ii++) {
     
    198198    }
    199199  }
    200 }
     200  return success;
     201}
  • trunk/BNC/RTCM3/RTCM3Decoder.h

    r645 r649  
    4747  RTCM3Decoder();
    4848  virtual ~RTCM3Decoder();
    49   virtual void Decode(char* buffer = 0, int bufLen = 0);
     49  virtual t_irc Decode(char* buffer = 0, int bufLen = 0);
    5050private:
    5151  struct RTCM3ParserData _Parser;
Note: See TracChangeset for help on using the changeset viewer.