Ignore:
Timestamp:
Jul 4, 2025, 12:13:03 PM (4 weeks ago)
Author:
stuerze
Message:

RTCM message 1230 (on-change) and the size of each RTCM message is added in scanRTCM

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/BNC/src/RTCM/RTCM2Decoder.cpp

    r10599 r10688  
    119119
    120120    // 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;
    122124
    123125    if (_PP.ID() == 18 || _PP.ID() == 19) {
Note: See TracChangeset for help on using the changeset viewer.