.appveyor.yml
.gitattributes
.gitignore
.readthedocs.yml
LICENSE
MANIFEST.in
Makefile
README.rst
pyproject.toml
tox.ini
.github/FUNDING.yml
.github/workflows/pythonpackage.yml
docs/Makefile
docs/conf.py
docs/index.rst
docs/make.bat
docs/monitor.png
docs/plot-1.png
docs/plot-2-axes.png
docs/plot-2-subplots.png
docs/plot-seaborn.png
docs/requirements.txt
examples/hello_world.py
examples/dbc_io/dbc_input.dbc
examples/dbc_io/main.py
examples/diagnostics/did.py
examples/motor_tester/README.rst
examples/motor_tester/main.py
examples/motor_tester/motor.py
examples/motor_tester/system.kcd
src/cantools/__init__.py
src/cantools/__main__.py
src/cantools/errors.py
src/cantools/j1939.py
src/cantools/logreader.py
src/cantools/py.typed
src/cantools/tester.py
src/cantools/typechecking.py
src/cantools.egg-info/PKG-INFO
src/cantools.egg-info/SOURCES.txt
src/cantools.egg-info/dependency_links.txt
src/cantools.egg-info/entry_points.txt
src/cantools.egg-info/requires.txt
src/cantools.egg-info/top_level.txt
src/cantools/autosar/__init__.py
src/cantools/autosar/end_to_end.py
src/cantools/autosar/secoc.py
src/cantools/autosar/snakeauth.py
src/cantools/database/__init__.py
src/cantools/database/conversion.py
src/cantools/database/errors.py
src/cantools/database/namedsignalvalue.py
src/cantools/database/utils.py
src/cantools/database/can/__init__.py
src/cantools/database/can/attribute.py
src/cantools/database/can/attribute_definition.py
src/cantools/database/can/bus.py
src/cantools/database/can/c_source.py
src/cantools/database/can/database.py
src/cantools/database/can/environment_variable.py
src/cantools/database/can/internal_database.py
src/cantools/database/can/message.py
src/cantools/database/can/node.py
src/cantools/database/can/signal.py
src/cantools/database/can/signal_group.py
src/cantools/database/can/formats/__init__.py
src/cantools/database/can/formats/dbc.py
src/cantools/database/can/formats/dbc_specifics.py
src/cantools/database/can/formats/kcd.py
src/cantools/database/can/formats/sym.py
src/cantools/database/can/formats/utils.py
src/cantools/database/can/formats/arxml/__init__.py
src/cantools/database/can/formats/arxml/bus_specifics.py
src/cantools/database/can/formats/arxml/database_specifics.py
src/cantools/database/can/formats/arxml/ecu_extract_loader.py
src/cantools/database/can/formats/arxml/end_to_end_properties.py
src/cantools/database/can/formats/arxml/message_specifics.py
src/cantools/database/can/formats/arxml/node_specifics.py
src/cantools/database/can/formats/arxml/secoc_properties.py
src/cantools/database/can/formats/arxml/system_loader.py
src/cantools/database/can/formats/arxml/utils.py
src/cantools/database/diagnostics/__init__.py
src/cantools/database/diagnostics/data.py
src/cantools/database/diagnostics/database.py
src/cantools/database/diagnostics/did.py
src/cantools/database/diagnostics/internal_database.py
src/cantools/database/diagnostics/formats/__init__.py
src/cantools/database/diagnostics/formats/cdd.py
src/cantools/subparsers/__init__.py
src/cantools/subparsers/__utils__.py
src/cantools/subparsers/convert.py
src/cantools/subparsers/decode.py
src/cantools/subparsers/generate_c_source.py
src/cantools/subparsers/list.py
src/cantools/subparsers/monitor.py
src/cantools/subparsers/plot.py
src/cantools/subparsers/dump/__init__.py
src/cantools/subparsers/dump/formatting.py
tests/Makefile
tests/__init__.py
tests/dummy.c
tests/test.mk
tests/test_autosar.py
tests/test_basic.c
tests/test_bit_fields.c
tests/test_command_line.py
tests/test_conversion.py
tests/test_convert.py
tests/test_database.py
tests/test_database_utils.py
tests/test_diagnostics_database.py
tests/test_dump.py
tests/test_initial_values.c
tests/test_list.py
tests/test_logreader.py
tests/test_monitor.py
tests/test_plot.py
tests/test_plot_unittests.py
tests/test_plot_without_mock.py
tests/test_tester.py
tests/files/arxml/compu_method_no_category.arxml
tests/files/arxml/ecu-extract-4.2.arxml
tests/files/arxml/system-3.2.3.arxml
tests/files/arxml/system-4.2.arxml
tests/files/arxml/system-DAI-3.1.2.arxml
tests/files/arxml/system-bad-root-tag-4.2.arxml
tests/files/arxml/system-dangling-reference-4.2.arxml
tests/files/arxml/system-float-values.arxml
tests/files/arxml/system-illegal-namespace-4.2.arxml
tests/files/arxml/system-illegal-root-4.2.arxml
tests/files/arxml/system-illegal-version-4.2.2.1.0.arxml
tests/files/arxml/system-missing-denominator-4.2.arxml
tests/files/arxml/system-missing-factor-4.2.arxml
tests/files/arxml/system-missing-rational-4.2.arxml
tests/files/c_source/abs.c
tests/files/c_source/abs.h
tests/files/c_source/camel_case_empty.c
tests/files/c_source/camel_case_empty.h
tests/files/c_source/choices.c
tests/files/c_source/choices.h
tests/files/c_source/floating_point.c
tests/files/c_source/floating_point.h
tests/files/c_source/floating_point_bit_fields.c
tests/files/c_source/floating_point_bit_fields.h
tests/files/c_source/floating_point_use_float.c
tests/files/c_source/floating_point_use_float.h
tests/files/c_source/letter_terminated_can_id_6_0.c
tests/files/c_source/letter_terminated_can_id_6_0.h
tests/files/c_source/min_max_only_6_0.c
tests/files/c_source/min_max_only_6_0.h
tests/files/c_source/motohawk.c
tests/files/c_source/motohawk.h
tests/files/c_source/motohawk_bit_fields.c
tests/files/c_source/motohawk_bit_fields.h
tests/files/c_source/motohawk_no_floating_point_numbers.c
tests/files/c_source/motohawk_no_floating_point_numbers.h
tests/files/c_source/motohawk_sender_node.c
tests/files/c_source/motohawk_sender_node.h
tests/files/c_source/motohawk_sender_node_no_floating_point_numbers.c
tests/files/c_source/motohawk_sender_node_no_floating_point_numbers.h
tests/files/c_source/multiplex.c
tests/files/c_source/multiplex.h
tests/files/c_source/multiplex_2.c
tests/files/c_source/multiplex_2.h
tests/files/c_source/multiplex_2_fuzzer.c
tests/files/c_source/multiplex_2_fuzzer.h
tests/files/c_source/multiplex_2_fuzzer.mk
tests/files/c_source/my_database_name.c
tests/files/c_source/my_database_name.h
tests/files/c_source/no_signals.c
tests/files/c_source/no_signals.h
tests/files/c_source/open_actuator.c
tests/files/c_source/open_actuator.h
tests/files/c_source/open_actuator_no_floating_point_numbers.c
tests/files/c_source/open_actuator_no_floating_point_numbers.h
tests/files/c_source/open_actuator_sender_node.c
tests/files/c_source/open_actuator_sender_node.h
tests/files/c_source/open_actuator_sender_node_no_floating_point_numbers.c
tests/files/c_source/open_actuator_sender_node_no_floating_point_numbers.h
tests/files/c_source/padding_bit_order.c
tests/files/c_source/padding_bit_order.h
tests/files/c_source/signed.c
tests/files/c_source/signed.h
tests/files/c_source/signed_bit_fields.c
tests/files/c_source/signed_bit_fields.h
tests/files/c_source/vehicle.c
tests/files/c_source/vehicle.h
tests/files/cdd/example-diddatarefs.cdd
tests/files/cdd/example.cdd
tests/files/cdd/invalid-bo-example.cdd
tests/files/cdd/le-example.cdd
tests/files/dbc/BU_BO_REL_.dbc
tests/files/dbc/BU_BO_REL_Message.dbc
tests/files/dbc/CamelCaseEmpty.dbc
tests/files/dbc/abs.dbc
tests/files/dbc/add_two_dbc_files_1.dbc
tests/files/dbc/add_two_dbc_files_2.dbc
tests/files/dbc/attribute_Event.dbc
tests/files/dbc/attributes.dbc
tests/files/dbc/attributes_relation.dbc
tests/files/dbc/bad_message_length.dbc
tests/files/dbc/big_numbers.dbc
tests/files/dbc/bus_comment.dbc
tests/files/dbc/bus_comment_bare.dbc
tests/files/dbc/bus_comment_bare_out.dbc
tests/files/dbc/choices.dbc
tests/files/dbc/choices_issue_with_name.dbc
tests/files/dbc/comments_hex_and_motorola_converted_from_sym.dbc
tests/files/dbc/cp1252.dbc
tests/files/dbc/dump_signal_choices.dbc
tests/files/dbc/emc32.dbc
tests/files/dbc/empty_choice.dbc
tests/files/dbc/empty_ns.dbc
tests/files/dbc/fd_test.dbc
tests/files/dbc/floating_point.dbc
tests/files/dbc/floating_point_use_float.dbc
tests/files/dbc/foobar.dbc
tests/files/dbc/issue_163_newline.dbc
tests/files/dbc/issue_168.DBC
tests/files/dbc/issue_184_extended_mux_cascaded.dbc
tests/files/dbc/issue_184_extended_mux_cascaded_dumped.dbc
tests/files/dbc/issue_184_extended_mux_independent_multiplexors.dbc
tests/files/dbc/issue_184_extended_mux_independent_multiplexors_dumped.dbc
tests/files/dbc/issue_184_extended_mux_multiple_values.dbc
tests/files/dbc/issue_184_extended_mux_multiple_values_dumped.dbc
tests/files/dbc/issue_199.dbc
tests/files/dbc/issue_199_extended.dbc
tests/files/dbc/issue_207_sig_plus.dbc
tests/files/dbc/issue_228.dbc
tests/files/dbc/issue_62.dbc
tests/files/dbc/issue_63.dbc
tests/files/dbc/issue_636_negative_scaling.dbc
tests/files/dbc/j1939.dbc
tests/files/dbc/long_names.dbc
tests/files/dbc/long_names_multiple_relations.dbc
tests/files/dbc/long_names_multiple_relations_dumped.dbc
tests/files/dbc/message-dlc-zero.dbc
tests/files/dbc/mod_name_len_dest.dbc
tests/files/dbc/mod_name_len_src.dbc
tests/files/dbc/motohawk.dbc
tests/files/dbc/motohawk_fd.dbc
tests/files/dbc/motohawk_with_comments.dbc
tests/files/dbc/msxii_system_can.dbc
tests/files/dbc/multiple_senders.dbc
tests/files/dbc/multiplex.dbc
tests/files/dbc/multiplex_2.dbc
tests/files/dbc/multiplex_2_dumped.dbc
tests/files/dbc/multiplex_choices.dbc
tests/files/dbc/multiplex_choices_dumped.dbc
tests/files/dbc/multiplex_dumped.dbc
tests/files/dbc/no_sender.dbc
tests/files/dbc/no_signals.dbc
tests/files/dbc/open_actuator.dbc
tests/files/dbc/padding_bit_order.dbc
tests/files/dbc/sig_groups.dbc
tests/files/dbc/sig_groups_del.dbc
tests/files/dbc/sig_groups_out.dbc
tests/files/dbc/signed.dbc
tests/files/dbc/socialledge-written-by-cantools-with-default-sort-signals.dbc
tests/files/dbc/socialledge-written-by-cantools-with-sort-signals-by-name.dbc
tests/files/dbc/socialledge-written-by-cantools.dbc
tests/files/dbc/socialledge.dbc
tests/files/dbc/test_extended_id_dump.dbc
tests/files/dbc/test_multiplex_dump.dbc
tests/files/dbc/timing.dbc
tests/files/dbc/val_table.dbc
tests/files/dbc/variable_dlc.dbc
tests/files/dbc/vehicle.dbc
tests/files/kcd/bad_message_length.kcd
tests/files/kcd/dump.kcd
tests/files/kcd/empty.kcd
tests/files/kcd/message_layout.kcd
tests/files/kcd/signal_range.kcd
tests/files/kcd/tester.kcd
tests/files/kcd/the_homer.kcd
tests/files/kcd/vehicle.kcd
tests/files/sym/bad_message_length.sym
tests/files/sym/big-endian.sym
tests/files/sym/comments_hex_and_motorola.sym
tests/files/sym/empty-6.0.sym
tests/files/sym/empty-enum-6.0.sym
tests/files/sym/issue_138.sym
tests/files/sym/jopp-5.0.sym
tests/files/sym/jopp-6.0.sym
tests/files/sym/letter-terminated-can-id-6.0.sym
tests/files/sym/min-max-only-6.0.sym
tests/files/sym/multiplexed_variables.sym
tests/files/sym/receive-6.0.sym
tests/files/sym/send-6.0.sym
tests/files/sym/sendreceive-6.0.sym
tests/files/sym/signal-types-6.0.sym
tests/files/sym/special-chars-6.0.sym
tests/files/sym/test_extended_id_dump.sym
tests/files/sym/test_multiline_enum.sym
tests/files/sym/test_multiplex_dump.sym
tests/files/sym/type-extended-cycle-dash-p.sym
tests/files/sym/variables-color-enum-6.0.sym