Changeset 1218 in ntrip for trunk/BNC/RTIGS


Ignore:
Timestamp:
Nov 19, 2008, 2:56:05 PM (15 years ago)
Author:
mervart
Message:

Zdenek Lukes:
a) changed logic how the ephemerides are stored for decoding of message 20/21 RTCM 2.3
b) added some debugging output (enabled is macro DEBUG_RTCM2_2021 is defined)

Location:
trunk/BNC/RTIGS
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • trunk/BNC/RTIGS/RTIGSDecoder.cpp

    r661 r1218  
    6969//
    7070////////////////////////////////////////////////////////////////////////////
    71 t_irc RTIGSDecoder::Decode(char* buffer, int bufLen) {
     71t_irc RTIGSDecoder::Decode(char* buffer, int bufLen, vector<string>& errmsg) {
     72
     73  errmsg.clear();
    7274
    7375  // Append the incomming data to the internal buffer
  • trunk/BNC/RTIGS/RTIGSDecoder.h

    r661 r1218  
    5151  RTIGSDecoder();
    5252  virtual ~RTIGSDecoder();
    53   virtual t_irc Decode(char* buffer = 0, int bufLen = 0);
     53  virtual t_irc Decode(char* buffer, int bufLen, std::vector<std::string>& errmsg);
    5454private:
    5555  CGPS_Transform _GPSTrans;
Note: See TracChangeset for help on using the changeset viewer.