- Timestamp:
- Dec 2, 2022, 11:45:40 PM (22 months ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/BNC/src/ephemeris.cpp
r9892 r9939 2155 2155 //////////////////////////////////////////////////////////////////////////// 2156 2156 unsigned int t_ephBDS::IOD() const { 2157 return (int(_TO Esec)/720) % 240;2157 return (int(_TOC.gpssec())/720) % 240; //return (int(_TOEsec)/720) % 240; 2158 2158 } 2159 2159
Note:
See TracChangeset
for help on using the changeset viewer.