We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Per http://mcu.so/Microcontroller/Automotive/dbc-file-format-documentation_compress.pdf
DBC-Keyword = 'VERSION' | 'NS_' | 'NS_DESC_' | 'CM_' | 'BA_DEF_' | 'BA_' | 'VAL_' | 'CAT_DEF_' | 'CAT_' | 'FILTER' | 'BA_DEF_DEF_' | 'EV_DATA_' | 'ENVVAR_DATA_' | 'SGTYPE_' | 'SGTYPE_VAL_' | 'BA_DEF_SGTYPE_' | 'BA_SGTYPE_' | 'SIG_TYPE_REF_' | 'VAL_TABLE_' | 'SIG_GROUP_' | 'SIG_VALTYPE_' | 'SIG- TYPE_VALTYPE_' | 'BO_TX_BU_' | 'BA_DEF_REL_' | 'BA_REL_' | 'BA_DEF_DEF_REL_' | 'BU_SG_REL_' | 'BU_EV_REL_' | 'BU_BO_REL_' | 'SG_MUL_VAL_' | 'BS_' | 'BU_' | 'BO_' | 'SG_' | 'EV_' | 'VEC- TOR__INDEPENDENT_SIG_MSG' | 'VECTOR__XXX'
BA_DEF_REL_ BA_DEF_REL_ BU_SG_REL_ <Str> <Type> <range start> <range end BA_DEF_ BA_ "SystemSignalLongSymbol" SG_ <id> <abbrev str> <actual str> BA_ "GenMsgCycleTime" BO_ <id> <sampling rate> BA_ // many formats in general
The text was updated successfully, but these errors were encountered:
Does this crate support the CAN2 or CAN FD spec?
Sorry, something went wrong.
No branches or pull requests
Per http://mcu.so/Microcontroller/Automotive/dbc-file-format-documentation_compress.pdf
The text was updated successfully, but these errors were encountered: