firmware
IEM Firmware Documentation
|
Public Member Functions | |
__init__ (self, int index, int length) |
Data Fields | |
str | name = f"_padding_{index}" |
length = length | |
str | packed_type = f"uint{get_type_width(length)}_t" |
Packed message struct padding member jinja context
codegen.PaddingContext.__init__ | ( | self, | |
int | index, | ||
int | length ) |
codegen.PaddingContext.length = length |
str codegen.PaddingContext.name = f"_padding_{index}" |
str codegen.PaddingContext.packed_type = f"uint{get_type_width(length)}_t" |