Changeset 10688 in ntrip for trunk/BNC/src/RTCM/RTCM2Decoder.cpp
- Timestamp:
- Jul 4, 2025, 12:13:03 PM (4 weeks ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/BNC/src/RTCM/RTCM2Decoder.cpp
r10599 r10688 119 119 120 120 // Store message number 121 _typeList.push_back(_PP.ID()); 121 _typeList.push_back(t_typeInfo()); 122 _typeList.back().type = _PP.ID(); 123 //_typeList.back().size = 0; 122 124 123 125 if (_PP.ID() == 18 || _PP.ID() == 19) {
Note:
See TracChangeset
for help on using the changeset viewer.