Changeset 9047 in ntrip
- Timestamp:
- Aug 27, 2020, 2:04:18 PM (4 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/BNC_2.12/src/RTCM3/RTCM3Decoder.cpp
r9036 r9047 1619 1619 (id >= 1240 && id <= 1270) || 1620 1620 (id == 4076)) { 1621 RTCM3coDecoder::e_type type = RTCM3coDecoder:: e_type::RTCMssr;1621 RTCM3coDecoder::e_type type = RTCM3coDecoder::RTCMssr; 1622 1622 if (id == 4076) { 1623 type = RTCM3coDecoder:: e_type::IGSssr;1623 type = RTCM3coDecoder::IGSssr; 1624 1624 } 1625 1625 if (!_coDecoders.contains(_staID.toLatin1()))
Note:
See TracChangeset
for help on using the changeset viewer.