Changeset 8991 in ntrip
- Timestamp:
- Jul 20, 2020, 5:24:13 PM (4 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/BNC/src/upload/bncrtnetuploadcaster.cpp
r8990 r8991 296 296 struct ClockOrbit co; 297 297 memset(&co, 0, sizeof(co)); 298 #ifdef USE_SSR_RTCM299 298 co.EpochTime[CLOCKORBIT_SATGPS] = static_cast<int>(epoTime.gpssec()); 299 #ifdef USE_SSR_RTCM 300 300 double gt = epoTime.gpssec() + 3 * 3600 - gnumleap(year, month, day); 301 301 co.EpochTime[CLOCKORBIT_SATGLONASS] = static_cast<int>(fmod(gt, 86400.0));
Note:
See TracChangeset
for help on using the changeset viewer.