Changeset 3001 in ntrip for trunk/BNC/RTCM3/RTCM3Decoder.h


Ignore:
Timestamp:
Feb 22, 2011, 11:20:04 AM (13 years ago)
Author:
mervart
Message:
 
File:
1 edited

Legend:

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

    r2770 r3001  
    4545  virtual ~RTCM3Decoder();
    4646  virtual t_irc Decode(char* buffer, int bufLen, std::vector<std::string>& errmsg);
    47   virtual int corrGPSEpochTime() const {
    48     return (_mode == corrections ? _coDecoder->corrGPSEpochTime() : -1);
    49   }
     47  virtual int corrGPSEpochTime() const;
    5048
    5149  bool  storeEph(const gpsephemeris& gpseph);
     
    6462  QString                _checkMountPoint;
    6563  QMap<QByteArray, RTCM3ParserData> _parsers;
    66   RTCM3coDecoder*        _coDecoder;
     64  QMap<QByteArray, RTCM3coDecoder*> _coDecoders;
    6765  t_mode                 _mode;
    6866
     
    7068  double                 _antXYZ[3];
    7169  bncRawFile*            _rawFile;
    72   QString                _staID_corrections;
    7370
    7471  QMap<QString, int>  _slip_cnt_L1;
Note: See TracChangeset for help on using the changeset viewer.