Changeset 6868 in ntrip
- Timestamp:
- Jun 1, 2015, 3:05:52 PM (9 years ago)
- Location:
- trunk
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/BNC/src/RTCM3/RTCM3Decoder.cpp
r6864 r6868 1271 1271 GETFLOATSIGN(eph._IDOT, 14, R2R_PI/(double)(1<<30)/(double)(1<<13)) 1272 1272 GETBITSFACTOR(i, 14, 60) 1273 eph._TOC.set( eph._TOEweek, i);1273 eph._TOC.set(1024+eph._TOEweek, i); 1274 1274 GETFLOATSIGN(eph._clock_driftrate, 6, 1.0/(double)(1<<30)/(double)(1<<29)) 1275 1275 GETFLOATSIGN(eph._clock_drift, 21, 1.0/(double)(1<<30)/(double)(1<<16)) -
trunk/rtcm3torinex/lib/rtcm3torinex.c
r6771 r6868 632 632 ge->satellite = sv; 633 633 GETBITS(ge->Week, 12) 634 ge->Week += 1024; 634 635 GETBITS(ge->IODnav, 10) 635 636 GETBITS(ge->SISA, 8)
Note:
See TracChangeset
for help on using the changeset viewer.