- Timestamp:
- Sep 23, 2019, 1:23:40 PM (5 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/BNC/src/RTCM3/ephEncoder.cpp
r8812 r8813 241 241 GALILEOADDBITSFLOAT(24, eph._OMEGADOT, M_PI/static_cast<double>(1<<30)/static_cast<double>(1<<13)) 242 242 GALILEOADDBITSFLOAT(10, eph._BGD_1_5A, 1.0/static_cast<double>(1<<30)/static_cast<double>(1<<2)) 243 if(eph._inav) 244 { 243 if(eph._inav) { 245 244 GALILEOADDBITSFLOAT(10, eph._BGD_1_5B, 1.0/static_cast<double>(1<<30)/static_cast<double>(1<<2)) 246 245 GALILEOADDBITS(2, static_cast<int>(eph._E5bHS))
Note:
See TracChangeset
for help on using the changeset viewer.