Ignore:
Timestamp:
May 22, 2020, 11:26:32 AM (4 years ago)
Author:
stuerze
Message:

minor changes

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/BNC_2.12/src/RTCM3/RTCM3Decoder.cpp

    r8855 r8938  
    883883    }
    884884  }
    885   else if ((type % 10) < 3) {
     885  else if ((type % 10) < 4) {
    886886    emit(newMessage(QString("%1: Block %2 contain partial data! Ignored!")
    887887        .arg(_staID).arg(type).toAscii(), true));
     
    11881188    uint64_t numbits = 0, bitfield = 0;
    11891189    int fitIntervalFalg = 0;
    1190    
     1190
    11911191    data += 3; /* header */
    11921192    size -= 6; /* header + crc */
Note: See TracChangeset for help on using the changeset viewer.