Changeset 9046 in ntrip for trunk/BNC/src
- Timestamp:
- Aug 27, 2020, 2:02:16 PM (4 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/BNC/src/RTCM3/RTCM3Decoder.cpp
r9032 r9046 1633 1633 (id >= 1240 && id <= 1270) || 1634 1634 (id == 4076)) { 1635 RTCM3coDecoder::e_type type = RTCM3coDecoder:: e_type::RTCMssr;1635 RTCM3coDecoder::e_type type = RTCM3coDecoder::RTCMssr; 1636 1636 if (id == 4076) { 1637 type = RTCM3coDecoder:: e_type::IGSssr;1637 type = RTCM3coDecoder::IGSssr; 1638 1638 } 1639 1639 if (!_coDecoders.contains(_staID.toLatin1()))
Note:
See TracChangeset
for help on using the changeset viewer.