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


Ignore:
Timestamp:
Sep 25, 2017, 12:49:20 PM (7 years ago)
Author:
stuerze
Message:

bug fixed: SSR ID for GPS has to be GPS IODE, not IODC

File:
1 edited

Legend:

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

    r7625 r8140  
    9191  virtual e_type type() const {return (_prn.system() == 'J' ? t_eph::QZSS : t_eph::GPS); }
    9292  virtual QString toString(double version) const;
    93   virtual unsigned int  IOD() const { return static_cast<unsigned int>(_IODC); }
     93  virtual unsigned int  IOD() const { return static_cast<unsigned int>(_IODE); }
    9494  double TGD() const {return _TGD;} // Timing Group Delay (P1-P2 DCB)
    9595
Note: See TracChangeset for help on using the changeset viewer.