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


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

* empty log message *

File:
1 edited

Legend:

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

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