sbe-python icon indicating copy to clipboard operation
sbe-python copied to clipboard

Handle implied padding in composite types and at end of blocks

Open threewholefish opened this issue 2 years ago • 2 comments

There was some code to handle implied padding, but it didn't quite go far enough for some functions.

The first type of padding is between composite type components, as indicated by the offset attribute of said components. The second is padding at the end of blocks to make the total length equal to the stated blockLength This happens for message fields (groups do not count towards the message blockLength) and group fields.

threewholefish avatar May 11 '22 17:05 threewholefish