Changeset 7711 in ntrip for trunk


Ignore:
Timestamp:
Jan 25, 2016, 4:53:56 PM (8 years ago)
Author:
stuerze
Message:

small bug regarding SSR BDS corrections output is fixed

File:
1 edited

Legend:

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

    r7652 r7711  
    663663  else if (epoSecBds != -1) {
    664664    epoSecBds += 14.0;
     665    if (epoSecBds > 604800.0) {
     666      epoSecBds -= 7.0*24.0*60.0*60.0;
     667    }
    665668    _lastTime.set(currentWeek, epoSecBds);
    666669  }
Note: See TracChangeset for help on using the changeset viewer.