Changeset 6818 in ntrip
- Timestamp:
- May 6, 2015, 6:18:58 PM (10 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/BNC/src/RTCM3/ephEncoder.cpp
r6814 r6818 247 247 GALILEOADDBITS(2, static_cast<int>(eph._E5bHS)) 248 248 GALILEOADDBITS(1, eph._e5bDataInValid ? 1 : 0) 249 GALILEOADDBITS(2, static_cast<int>(eph._E1_bHS)) 250 GALILEOADDBITS(1, eph._e1DataInValid ? 1 : 0) 249 251 } 250 252 else … … 253 255 GALILEOADDBITS(1, eph._e5aDataInValid ? 1 : 0) 254 256 } 255 //// eph._TOEsec = 0.9999E9; 256 GALILEOADDBITS(20, eph._TOEsec) 257 258 GALILEOADDBITS((eph._inav ? 1 : 3), 0) 257 258 GALILEOADDBITS((eph._inav ? 2 : 7), 0) 259 259 260 260 startbuffer[0]=0xD3;
Note:
See TracChangeset
for help on using the changeset viewer.