CANBUS-Analyzer icon indicating copy to clipboard operation
CANBUS-Analyzer copied to clipboard

Multiplexed DBC message implementation has some (poor) assumptions

Open amund7 opened this issue 6 years ago • 0 comments

Assumptions:

  • Only 1 mux per CAN ID
  • multiplexer indexer comes before the (and must be decoded before!) other values

These assumptions will probably fail at some point.

Maybe the sub-messages can be sorted during load, to make sure the indexer is always decoded and stored before the others?

amund7 avatar Feb 18 '19 14:02 amund7