Skip to content
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 our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Feature/msg value descriptions #1

Open
wants to merge 3 commits into
base: master
Choose a base branch
from

Conversation

ss32
Copy link

@ss32 ss32 commented Mar 10, 2024

Adds signal values to the parsed messages.

Example output of read_dbc on current master - with the addition of <string> to common_defs.hpp:

Found 9 bus nodes.
Found 216 messages.
Found 328 signals.
Found 0 comments (Bus nodes: 0, Messages: 0, Signals: 0).
Found 1 attribute definitions (Bus nodes: 0, Messages: 1, Signals: 0).
Found 1 attribute default values.

And on this branch

Found 9 bus nodes.
Found 216 messages.
Found 328 signals.
Found 792 signal values.
Found 0 comments (Bus nodes: 0, Messages: 0, Signals: 0).
Found 1 attribute definitions (Bus nodes: 0, Messages: 1, Signals: 0).
Found 1 attribute default values.

@ss32 ss32 force-pushed the feature/msg_value_descriptions branch from cf72ba8 to a2107ec Compare March 10, 2024 12:33
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant