You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I know this is a bit strange but all none used enums are set to reserved. I could delete them so that _Other is handling those but renaming would be done as for the enums starting with a non-alphabetic character .
I have a DBC file which has non unique field names in an enumerated signal. Example:
I know this is a bit strange but all none used enums are set to reserved. I could delete them so that _Other is handling those but renaming would be done as for the enums starting with a non-alphabetic character .
From DBC:
For now my workaround is to rename the Reserved enums in the DBC-file:
Which will give me unique enums:
I could try to implement this myself and send in a PR but depends if you thinks this makes sense.
The text was updated successfully, but these errors were encountered: