Changeset 10769 in ntrip
- Timestamp:
- Oct 23, 2025, 6:24:59 PM (4 weeks ago)
- File:
-
- 1 edited
-
trunk/BNC/src/ephemeris.cpp (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/BNC/src/ephemeris.cpp
r10688 r10769 2744 2744 //////////////////////////////////////////////////////////////////////////// 2745 2745 unsigned int t_ephBDS::IOD() const { 2746 return (int(_TOC.gpssec()) / 720) % 240; //return (int(_TOEsec)/720) % 240; 2746 if (type() == t_eph::D1 || 2747 type() == t_eph::D2) { 2748 return (int(_TOC.gpssec()) / 720) % 240; 2749 } 2750 else { 2751 return _IODE; 2752 } 2747 2753 } 2748 2754
Note:
See TracChangeset
for help on using the changeset viewer.
