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


Ignore:
Timestamp:
Dec 26, 2011, 10:24:30 AM (12 years ago)
Author:
mervart
Message:
 
File:
1 edited

Legend:

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

    r3001 r3578  
    3232#include "../RTCM/GPSDecoder.h"
    3333#include "RTCM3coDecoder.h"
    34 #include "ephemeris.h"
    3534#include "bncrawfile.h"
    3635
     
    4645  virtual t_irc Decode(char* buffer, int bufLen, std::vector<std::string>& errmsg);
    4746  virtual int corrGPSEpochTime() const;
    48 
    49   bool  storeEph(const gpsephemeris& gpseph);
    50   bool  storeEph(const t_ephGPS&     gpseph);
    5147
    5248 signals:
     
    6561  t_mode                 _mode;
    6662
    67   std::map<std::string, t_ephGPS> _ephList;
    6863  double                 _antXYZ[3];
    6964  bncRawFile*            _rawFile;
Note: See TracChangeset for help on using the changeset viewer.