- Timestamp:
- Mar 3, 2015, 4:29:46 PM (10 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/BNC/src/RTCM3/ephEncoder.cpp
r6620 r6622 354 354 BDSADDBITS(5, eph._AODE) 355 355 BDSADDBITS(17, static_cast<int>(eph._TOC_bdt.gpssec())>>3) 356 BDSADDBITSFLOAT(11, eph._clock_driftrate, 1.0/static_cast<double>(1<<30)/static_cast<double>(1<<6)) 356 BDSADDBITSFLOAT(11, eph._clock_driftrate, 1.0/static_cast<double>(1<<30) 357 /static_cast<double>(1<<30)/static_cast<double>(1<<6)) 357 358 BDSADDBITSFLOAT(22, eph._clock_drift, 1.0/static_cast<double>(1<<30)/static_cast<double>(1<<20)) 358 359 BDSADDBITSFLOAT(24, eph._clock_bias, 1.0/static_cast<double>(1<<30)/static_cast<double>(1<<3)) … … 375 376 BDSADDBITSFLOAT(10, eph._TGD1, 0.0000000001) 376 377 BDSADDBITSFLOAT(10, eph._TGD2, 0.0000000001) 378 qDebug()<< "value to encode: " << eph._SatH1; 377 379 BDSADDBITS(1, eph._SatH1) 378 380
Note:
See TracChangeset
for help on using the changeset viewer.