Signal length limitation: No support for signals that exceed 32 bit width.
juleq opened this issue · comments
juleq commented
The current implementation of e.g. EncodeSignal assumes the signal to fit into a 32 bit (u)int type. The Vector dbc format allows signals of up to 64 bit for non FD and 512 bit for FD.
Sebastian commented
Fixed by @tuna-f1sh in #65