sebi2k1/node-can

Multiplexing limitation: Current restrictions to the multiplexor.

juleq opened this issue · 1 comments

juleq commented

The current implementation is a simplification of the Simple Signal Multiplexing described here.

It is simplified in that the multiplexor signal is assumed to be in the first byte of the payload. The multiplexor signal should be as flexible in positioning and length as any other signal. Further, I think its value can also be of one of the usual four suspects (signed/unsigned/single/double).

Fixed in f2a547b

As per KCD file the type is always unsigned.