Changeset 8455 in ntrip for branches/BNC_2.12/src/ephemeris.h


Ignore:
Timestamp:
Aug 29, 2018, 10:23:59 AM (6 years ago)
Author:
stuerze
Message:

bug fixed regarding TOT in BDS and SBAS RTCM3 ephemeris message

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/BNC_2.12/src/ephemeris.h

    r8216 r8455  
    344344  t_ephSBAS() {
    345345    _IODN           = 0;
    346     _TOW            = 0.0;
     346    _TOT            = 0.0;
    347347    _agf0           = 0.0;
    348348    _agf1           = 0.0;
     
    371371
    372372  int    _IODN;
    373   double _TOW;            // not used (set to  0.9999e9)
     373  double _TOT;            // not used (set to  0.9999e9)
    374374  double _agf0;           // [s]    clock correction
    375375  double _agf1;           // [s/s]  clock correction drift
Note: See TracChangeset for help on using the changeset viewer.