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

minor changes

File:
1 edited

Legend:

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

    r9032 r9048  
    3838 public:
    3939  enum e_type {RTCMssr, IGSssr};
    40   RTCM3coDecoder(const QString& staID, const e_type type);
     40  RTCM3coDecoder(const QString& staID);
    4141  virtual ~RTCM3coDecoder();
    4242  virtual t_irc Decode(char* buffer, int bufLen, std::vector<std::string>& errmsg);
    43   virtual int   corrGPSEpochTime() const {return int(_lastTime.gpssec());}
     43  virtual int corrGPSEpochTime() const {return int(_lastTime.gpssec());}
     44  virtual void setSsrFormatType(const e_type type) {_type = type;}
    4445
    4546 signals:
Note: See TracChangeset for help on using the changeset viewer.