- Timestamp:
- May 27, 2015, 1:22:31 PM (9 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/BNC/src/RTCM3/RTCM3Decoder.cpp
r6817 r6856 1466 1466 _typeList.push_back(id); 1467 1467 1468 /* Clock and orbitdata handled in another function, already pass the1468 /* SSR I+II data handled in another function, already pass the 1469 1469 * extracted data block. That does no harm, as it anyway skip everything 1470 1470 * else. */ 1471 if((id >= 1057 && id <= 1068) || (id >= 1240 && id <= 12 63))1471 if((id >= 1057 && id <= 1068) || (id >= 1240 && id <= 1270)) 1472 1472 { 1473 1473 if (!_coDecoders.contains(_staID.toAscii()))
Note:
See TracChangeset
for help on using the changeset viewer.