Changeset 1567 in ntrip for trunk/BNC/RTCM3/RTCM3coDecoder.h


Ignore:
Timestamp:
Feb 4, 2009, 9:32:15 AM (15 years ago)
Author:
mervart
Message:

* empty log message *

File:
1 edited

Legend:

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

    r1566 r1567  
    4343  virtual ~RTCM3coDecoder();
    4444  virtual t_irc Decode(char* buffer, int bufLen, std::vector<std::string>& errmsg);
    45   int GPSEpochTime() const {return _co.GPSEpochTime;}
     45  virtual int corrGPSEpochTime() const {return _co.GPSEpochTime;}
    4646
    4747 signals:
Note: See TracChangeset for help on using the changeset viewer.