Ignore:
Timestamp:
Dec 12, 2017, 9:40:33 AM (6 years ago)
Author:
stuerze
Message:

bug with respect to BDS week fixed

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/BNC_2.12/src/RTCM3/ephEncoder.cpp

    r8184 r8209  
    299299  BDSADDBITS(12, RTCM3ID_BDS)
    300300  BDSADDBITS(6, eph._prn.number())
    301   BDSADDBITS(13, eph._TOC.bdsw() - 1356.0)
     301  BDSADDBITS(13, eph._TOC.bdsw())
    302302  BDSADDBITS(4, URA);
    303303  BDSADDBITSFLOAT(14, eph._IDOT, M_PI/static_cast<double>(1<<30)/static_cast<double>(1<<13))
Note: See TracChangeset for help on using the changeset viewer.