Changeset 8455 in ntrip for branches/BNC_2.12/src/RTCM3
- Timestamp:
- Aug 29, 2018, 10:23:59 AM (6 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/BNC_2.12/src/RTCM3/RTCM3Decoder.cpp
r8200 r8455 1102 1102 GLOFreq[sv - 1] = 100 + eph._frequency_number ; /* store frequency for other users (MSM) */ 1103 1103 _gloFrq = QString("%1 %2").arg(eph._prn.toString().c_str()).arg(eph._frequency_number, 2, 'f', 0); 1104 1104 1105 1105 emit newGlonassEph(eph); 1106 1106 decoded = true; … … 1222 1222 GETFLOATSIGN(eph._agf1, 8, 1.0 / (1 << 30) / (1 << 10)) 1223 1223 1224 eph._TO W= 0.9999E9;1224 eph._TOT = 0.9999E9; 1225 1225 eph._health = 0; 1226 1226 … … 1372 1372 GETBITS(eph._SatH1, 1) 1373 1373 1374 eph._TO W= 0.9999E9;1374 eph._TOT = 0.9999E9; 1375 1375 emit newBDSEph(eph); 1376 1376 decoded = true;
Note:
See TracChangeset
for help on using the changeset viewer.