- Notifications
You must be signed in to change notification settings - Fork48
added multiplex support#22
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to ourterms of service andprivacy statement. We’ll occasionally send you account related emails.
Already on GitHub?Sign in to your account
Uh oh!
There was an error while loading.Please reload this page.
Conversation
Readme update.
dbc mux feature aded to parsing and printingtests for mux added
astand commentedMay 18, 2023 • edited
Loading Uh oh!
There was an error while loading.Please reload this page.
edited
Uh oh!
There was an error while loading.Please reload this page.
Hi@mork2020, thanks for participation, and sorry for delay in response This change is really huge, mostly from generated code prospective. For users who work with multiplex signals in manual way (as I prefer to do as well) this feature will bring a lot of undesirable changes. For deploying this feature, it is necessary to add two configuration steps:
|
Uh oh!
There was an error while loading.Please reload this page.
dbc mux feature added to parsing and printing
tests for mux added
what to consider:
With my additions to the code the multiplex index variable must be defined before a multiplexed variable in the DBC file.
If a multiplexed variable is defined/read before the multiplex index variable is read, the property MultiplexName in the SignalDescriptor wont be set at all.
mux_test.dbc.txt