mercedes-benz / odxtools

odxtools is a collection of utilities to interact with the diagnostic functionality of automotive electronic control units using python
MIT License
171 stars 70 forks source link

implement de- and encoding of environment data descriptions #321

Closed andlaus closed 1 month ago

andlaus commented 2 months ago

This PR implements en- and decoding of environment data descriptions, the fourth multiplexer mechanism specified by the ODX standard besides tables, NRC-CONSTs and multiplexers. This requires to keep track of the de-/encoded parameters because the environment data that ought to be used by a given environment data description depends on the value used for one of the preceding parameters.

Andreas Lauser <andreas.lauser@mercedes-benz.com>, on behalf of MBition GmbH. Provider Information

andlaus commented 2 months ago

@kayoub5: do you see any further issues here?