Changeset 9216 in ntrip for branches/BNC_2.12/src/RTCM3
- Timestamp:
- Nov 4, 2020, 4:02:19 PM (4 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/BNC_2.12/src/RTCM3/RTCM3Decoder.cpp
r9209 r9216 1023 1023 1024 1024 eph._receptDateTime = currentDateAndTimeGPS(); 1025 eph._receptStaID = _staID; 1025 1026 1026 1027 GETBITS(i, 6) … … 1100 1101 1101 1102 eph._receptDateTime = currentDateAndTimeGPS(); 1102 1103 eph._receptStaID = _staID; 1104 1103 1105 GETBITS(sv, 6) 1104 1106 eph._prn.set('R', sv); … … 1224 1226 1225 1227 eph._receptDateTime = currentDateAndTimeGPS(); 1226 1228 eph._receptStaID = _staID; 1229 1227 1230 GETBITS(i, 4) 1228 1231 eph._prn.set('J', i); … … 1306 1309 1307 1310 eph._receptDateTime = currentDateAndTimeGPS(); 1308 1311 eph._receptStaID = _staID; 1312 1309 1313 GETBITS(i, 6) 1310 1314 eph._prn.set('I', i); … … 1396 1400 1397 1401 eph._receptDateTime = currentDateAndTimeGPS(); 1398 1402 eph._receptStaID = _staID; 1403 1399 1404 GETBITS(i, 6) 1400 1405 eph._prn.set('S', 20 + i); … … 1450 1455 1451 1456 eph._receptDateTime = currentDateAndTimeGPS(); 1452 1457 eph._receptStaID = _staID; 1458 1453 1459 eph._inav = (i == 1046); 1454 1460 eph._fnav = (i == 1045); … … 1555 1561 1556 1562 eph._receptDateTime = currentDateAndTimeGPS(); 1557 1563 eph._receptStaID = _staID; 1564 1558 1565 GETBITS(i, 6) 1559 1566 eph._prn.set('C', i);
Note:
See TracChangeset
for help on using the changeset viewer.