Ignore:
Timestamp:
Aug 27, 2020, 3:34:22 PM (4 years ago)
Author:
stuerze
Message:

minor changes

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/BNC_2.12/src/RTCM3/RTCM3coDecoder.h

    r9037 r9049  
    3737 public:
    3838  enum e_type {RTCMssr, IGSssr};
    39   RTCM3coDecoder(const QString& staID, const e_type type);
     39  RTCM3coDecoder(const QString& staID);
    4040  virtual ~RTCM3coDecoder();
    4141  virtual t_irc Decode(char* buffer, int bufLen, std::vector<std::string>& errmsg);
    42   virtual int   corrGPSEpochTime() const {return int(_lastTime.gpssec());}
     42  virtual int corrGPSEpochTime() const {return int(_lastTime.gpssec());}
     43  virtual void setSsrFormatType(const e_type type) {_type = type;}
    4344
    4445 signals:
     
    5758  void reopen();
    5859  void checkProviderID();
    59   std::string codeTypeToRnxType(char system, SsrCorr::CodeType type) const;
    6060
    6161  std::ofstream*                        _out;
Note: See TracChangeset for help on using the changeset viewer.