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


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)

File:
1 edited

Legend:

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

    r1184 r1218  
    2727
    2828#include <iostream>
     29#include <vector>
     30#include <string>
    2931#include <QPointer>
    3032#include <QList>
     
    121123class GPSDecoder {
    122124 public:
    123   virtual t_irc Decode(char* buffer, int bufLen) = 0;
     125  virtual t_irc Decode(char* buffer, int bufLen, std::vector<std::string>& errmsg) = 0;
    124126
    125127  virtual ~GPSDecoder() {
Note: See TracChangeset for help on using the changeset viewer.