Ignore:
Timestamp:
Dec 10, 2020, 3:39:36 PM (3 years ago)
Author:
stuerze
Message:

bug fixed

File:
1 edited

Legend:

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

    r9048 r9306  
    4242  virtual t_irc Decode(char* buffer, int bufLen, std::vector<std::string>& errmsg);
    4343  virtual int corrGPSEpochTime() const {return int(_lastTime.gpssec());}
    44   virtual void setSsrFormatType(const e_type type) {_type = type;}
     44  virtual void initSsrFormatType(const e_type type) {
     45    _type = type;
     46    if      (_type == RTCMssr) {
     47      _ssrCorr = new SsrCorrRtcm();
     48    }
     49    else {
     50      _ssrCorr = new SsrCorrIgs();
     51    }
     52  }
    4553
    4654 signals:
Note: See TracChangeset for help on using the changeset viewer.