LICENSE
README.md
pyproject.toml
src/udsxml2tex/__init__.py
src/udsxml2tex/__main__.py
src/udsxml2tex/_d3_interactive.py
src/udsxml2tex/_reprogramming.py
src/udsxml2tex/_rich_output.py
src/udsxml2tex/_serialization.py
src/udsxml2tex/_style_presets.py
src/udsxml2tex/ap_parser.py
src/udsxml2tex/autosar_compat.py
src/udsxml2tex/boot_overlay.py
src/udsxml2tex/c_scanner.py
src/udsxml2tex/cantp_parser.py
src/udsxml2tex/cli.py
src/udsxml2tex/comm_arxml_parser.py
src/udsxml2tex/completion.py
src/udsxml2tex/config.py
src/udsxml2tex/dem_parser.py
src/udsxml2tex/diff.py
src/udsxml2tex/doip_parser.py
src/udsxml2tex/generator.py
src/udsxml2tex/i18n.py
src/udsxml2tex/interactive.py
src/udsxml2tex/iso_versions.py
src/udsxml2tex/llm_integration.py
src/udsxml2tex/lsp_server.py
src/udsxml2tex/models.py
src/udsxml2tex/obd_parser.py
src/udsxml2tex/ollama_setup.py
src/udsxml2tex/parser.py
src/udsxml2tex/plugin.py
src/udsxml2tex/py.typed
src/udsxml2tex/pytest_plugin.py
src/udsxml2tex/repo_scanner.py
src/udsxml2tex/schema.py
src/udsxml2tex/validator.py
src/udsxml2tex/visualizations.py
src/udsxml2tex/webserver.py
src/udsxml2tex.egg-info/PKG-INFO
src/udsxml2tex.egg-info/SOURCES.txt
src/udsxml2tex.egg-info/dependency_links.txt
src/udsxml2tex.egg-info/entry_points.txt
src/udsxml2tex.egg-info/requires.txt
src/udsxml2tex.egg-info/top_level.txt
src/udsxml2tex/ecu_test/__init__.py
src/udsxml2tex/ecu_test/coverage.py
src/udsxml2tex/ecu_test/executor.py
src/udsxml2tex/ecu_test/formal_generator.py
src/udsxml2tex/ecu_test/fsm.py
src/udsxml2tex/ecu_test/generator.py
src/udsxml2tex/ecu_test/logger.py
src/udsxml2tex/ecu_test/models.py
src/udsxml2tex/ecu_test/transport.py
src/udsxml2tex/multi_ecu/__init__.py
src/udsxml2tex/multi_ecu/generator.py
src/udsxml2tex/multi_ecu/inference.py
src/udsxml2tex/multi_ecu/loader.py
src/udsxml2tex/multi_ecu/models.py
src/udsxml2tex/multi_ecu/validator.py
src/udsxml2tex/multi_ecu/visualizations.py
src/udsxml2tex/odx/__init__.py
src/udsxml2tex/odx/mapper.py
src/udsxml2tex/odx/models_odx.py
src/udsxml2tex/odx/pdx_packager.py
src/udsxml2tex/odx/supplement.py
src/udsxml2tex/odx/xsd_validator.py
src/udsxml2tex/odx/serializers/__init__.py
src/udsxml2tex/odx/serializers/_shared.py
src/udsxml2tex/odx/serializers/odx_c.py
src/udsxml2tex/odx/serializers/odx_cs.py
src/udsxml2tex/odx/serializers/odx_d.py
src/udsxml2tex/odx/serializers/odx_e.py
src/udsxml2tex/odx/serializers/odx_f.py
src/udsxml2tex/odx/serializers/odx_fd.py
src/udsxml2tex/odx/serializers/odx_m.py
src/udsxml2tex/odx/serializers/odx_v.py
src/udsxml2tex/odx/xsd/LICENSE
src/udsxml2tex/odx/xsd/odx-c.xsd
src/udsxml2tex/odx/xsd/odx-cs.xsd
src/udsxml2tex/odx/xsd/odx-d.xsd
src/udsxml2tex/odx/xsd/odx-e.xsd
src/udsxml2tex/odx/xsd/odx-f.xsd
src/udsxml2tex/odx/xsd/odx-fd.xsd
src/udsxml2tex/odx/xsd/odx-m.xsd
src/udsxml2tex/odx/xsd/odx-v.xsd
src/udsxml2tex/samples/boot_overlay_minimal.yaml
src/udsxml2tex/samples/boot_overlay_sample.yaml
src/udsxml2tex/samples/header_config_sample.yaml
src/udsxml2tex/samples/llm_config_ollama.json
src/udsxml2tex/samples/llm_config_openrouter.json
src/udsxml2tex/samples/odx_supplement_sample.yaml
src/udsxml2tex/samples/sample1_cantp.arxml
src/udsxml2tex/samples/sample1_dcm.arxml
src/udsxml2tex/samples/sample1_dem.arxml
src/udsxml2tex/samples/sample1_did.c
src/udsxml2tex/samples/sample1_rid.c
src/udsxml2tex/samples/sample2_cantp.arxml
src/udsxml2tex/samples/sample2_dcm.arxml
src/udsxml2tex/samples/sample2_dem.arxml
src/udsxml2tex/samples/sample2_did.c
src/udsxml2tex/samples/sample2_rid.c
src/udsxml2tex/samples/style_preset_demo.yaml
src/udsxml2tex/samples/system_redundant.yaml
src/udsxml2tex/samples/udsspec.cls
src/udsxml2tex/templates/tikz-uml.sty
src/udsxml2tex/templates/uds_spec.html.j2
src/udsxml2tex/templates/uds_spec.tex.j2
src/udsxml2tex/templates/udsspec.cls
src/udsxml2tex/templates/web_ui.html
src/udsxml2tex/templates/assets/mermaid.min.js
src/udsxml2tex/templates/structured_tex/root.tex.j2
src/udsxml2tex/templates/structured_tex/sections/section.tex.j2
src/udsxml2tex/templates/structured_tex/sections/0_intro/intro.tex.j2
src/udsxml2tex/templates/structured_tex/sections/0_intro/0_short_descript/short_descript.tex.j2
src/udsxml2tex/templates/structured_tex/sections/0_intro/1_about_doc/about_doc.tex.j2
src/udsxml2tex/templates/structured_tex/sections/0_intro/2_context/context.tex.j2
src/udsxml2tex/templates/structured_tex/sections/1_low_layer/low_layer.tex.j2
src/udsxml2tex/templates/structured_tex/sections/1_low_layer/2_datalink/datalink.tex.j2
src/udsxml2tex/templates/structured_tex/sections/1_low_layer/3_network/network.tex.j2
src/udsxml2tex/templates/structured_tex/sections/1_low_layer/4_transport/transport.tex.j2
src/udsxml2tex/templates/structured_tex/sections/1_low_layer/5_session/session.tex.j2
src/udsxml2tex/templates/structured_tex/sections/2_high_layer/high_layer.tex.j2
src/udsxml2tex/templates/structured_tex/sections/2_high_layer/09_overview/overview.tex.j2
src/udsxml2tex/templates/structured_tex/sections/2_high_layer/10-2_sid10/sid10.tex.j2
src/udsxml2tex/templates/structured_tex/sections/2_high_layer/10-3_sid11/sid11.tex.j2
src/udsxml2tex/templates/structured_tex/sections/2_high_layer/10-4_sid27/sid27.tex.j2
src/udsxml2tex/templates/structured_tex/sections/2_high_layer/10-5_sid28/sid28.tex.j2
src/udsxml2tex/templates/structured_tex/sections/2_high_layer/10-6_sid29/sid29.tex.j2
src/udsxml2tex/templates/structured_tex/sections/2_high_layer/10-7_sid3E/sid3E.tex.j2
src/udsxml2tex/templates/structured_tex/sections/2_high_layer/10-8_sid85/sid85.tex.j2
src/udsxml2tex/templates/structured_tex/sections/2_high_layer/11-2_sid22/sid22.tex.j2
src/udsxml2tex/templates/structured_tex/sections/2_high_layer/11-7_sid2E/sid2E.tex.j2
src/udsxml2tex/templates/structured_tex/sections/2_high_layer/12-2_sid14/sid14.tex.j2
src/udsxml2tex/templates/structured_tex/sections/2_high_layer/12-3_sid19/sid19.tex.j2
src/udsxml2tex/templates/structured_tex/sections/2_high_layer/14-2_sid31/sid31.tex.j2
src/udsxml2tex/templates/structured_tex/sections/2_high_layer/15-2_sid34/sid34.tex.j2
src/udsxml2tex/templates/structured_tex/sections/2_high_layer/15-4_sid36/sid36.tex.j2
src/udsxml2tex/templates/structured_tex/sections/2_high_layer/15-5_sid37/sid37.tex.j2
src/udsxml2tex/templates/structured_tex/sections/3_bootloader/bootloader.tex.j2
src/udsxml2tex/templates/structured_tex/sections/A_annex/annex.tex.j2
tests/test_bilingual_i18n.py
tests/test_boot_overlay.py
tests/test_domain_column.py
tests/test_multi_lang.py
tests/test_odx_foundation.py
tests/test_odx_integration.py
tests/test_odx_serializer_c_cs.py
tests/test_odx_serializer_d.py
tests/test_odx_serializer_f_fd_m.py
tests/test_odx_serializer_v_e.py
tests/test_pdx_packager.py
tests/test_repo_scanner.py
tests/test_reprogramming.py
tests/test_style_presets.py
tests/test_udsxml2tex.py
tests/test_xsd_validator.py