Changeset 6814 in ntrip for trunk/BNC/src/RTCM3
- Timestamp:
- May 6, 2015, 9:22:28 AM (10 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/BNC/src/RTCM3/ephEncoder.cpp
r6812 r6814 42 42 unsigned long long bitbuffer = 0; 43 43 eph._ura = indexFromAccuracy(eph._ura, eph.type()); 44 GPSADDBITS(12, 1019) 44 if (eph.type() == t_eph::QZSS) { 45 GPSADDBITS(12, 1044) 46 } 47 else { 48 GPSADDBITS(12, 1019) 49 } 45 50 GPSADDBITS(6,eph._prn.number()) 46 51 GPSADDBITS(10, eph._TOC.gpsw())
Note:
See TracChangeset
for help on using the changeset viewer.