Changing bit offset. #10
Reference in New Issue
Block a user
No description provided.
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Some older conventions have the bit numbering starting at 1 instead of zero. I know it sounds a bit odd. But it should be possible to offset this.
ARINC 429 for example
You can use the
start
property on a structure to set the starting bit. I do realize now that it is now documented in the manual.Your example can be done like this, although it is currently not possible to change name alignement (like MSB / DATA / LSB):
Wow, that's fantastic. totally missed it too.