dbc-codegen
dbc-codegen copied to clipboard
feat: Support option for padding (set all unused bit to 1)
This feature is adding the support for padding. In other words the option to set all unused bits to 1
instead of 0
. One use case is when creating SAE J1939 message in which all unused bits so be set to 1
.
See also issue 86 .