Changeset 8991 in ntrip for trunk/BNC


Ignore:
Timestamp:
Jul 20, 2020, 5:24:13 PM (4 years ago)
Author:
stuerze
Message:

minor changes

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/BNC/src/upload/bncrtnetuploadcaster.cpp

    r8990 r8991  
    296296  struct ClockOrbit co;
    297297  memset(&co, 0, sizeof(co));
    298 #ifdef USE_SSR_RTCM
    299298  co.EpochTime[CLOCKORBIT_SATGPS] = static_cast<int>(epoTime.gpssec());
     299#ifdef USE_SSR_RTCM
    300300  double gt = epoTime.gpssec() + 3 * 3600 - gnumleap(year, month, day);
    301301  co.EpochTime[CLOCKORBIT_SATGLONASS] = static_cast<int>(fmod(gt, 86400.0));
Note: See TracChangeset for help on using the changeset viewer.