Ignore:
Timestamp:
Aug 27, 2020, 4:01:42 PM (4 years ago)
Author:
stuerze
Message:

minor changes

File:
1 edited

Legend:

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

    r9048 r9050  
    179179
    180180    int bytesused = 0;
    181     if (_type == e_type::RTCMssr) {
     181    if (_type == RTCMssr) {
    182182      _ssrCorr = new SsrCorrRtcm();
    183183    }
     
    657657  }
    658658  else if (epoSecGlo != -1) {
    659     if (_type == e_type::RTCMssr) {
     659    if (_type == RTCMssr) {
    660660      QDate date = dateAndTimeFromGPSweek(currentTime.gpsw(), currentTime.gpssec()).date();
    661661      epoSecGlo = epoSecGlo - 3 * 3600 + gnumleap(date.year(), date.month(), date.day());
     
    673673  }
    674674  else if (epoSecBds != -1) {
    675     if (_type == e_type::RTCMssr) {
     675    if (_type == RTCMssr) {
    676676      epoSecBds += 14.0;
    677677      if (epoSecBds > 604800.0) {
Note: See TracChangeset for help on using the changeset viewer.