feat: add LIN support to trace viewer and replay config UI#371
Open
lixiaoxie wants to merge 5 commits into
Open
feat: add LIN support to trace viewer and replay config UI#371lixiaoxie wants to merge 5 commits into
lixiaoxie wants to merge 5 commits into
Conversation
Collaborator
Author
概述在 Trace 查看器和 Replay 配置中添加 LIN 支持。 改动点
堆叠 PR:3/4,依赖 #370 |
- Map LIN replay frames to LogData with idType='LIN' in ipc-trace-file-open - Support LIN channel display and method='linBase'
- Add Bus column to trace viewer (CAN N / Lin N) - Add LIN signal decoding in trace detail panel - Add LIN device/channel support in channel-device mapping dialog - Add Bus Type column and bus-type-filtered device dropdown in replayConfig - Fix Bus/Channel/Device display consistency between replay and trace modes - Fix LDF parser OPTION/SUBRULE Chevrotain bug - Fix LDF node initial_NAD validation (required: false) - Fix database dropdown overflow with max-height - Add busType i18n translation key
- Add LinTest.asc test fixture with LIN message and error lines - Add LIN-specific test cases for ASC reader parsing - Extend existing replay tests for LIN frame support
- Update replay docs: support ASC+BLF, CAN+LIN, online+offline modes - Update trace docs: add Bus column, update channel mapping for CAN/LIN - Update both English and Chinese versions
- Add LINSystem_1.blf test fixture (6496 LIN frames) - Add 4 BLF LIN test cases: frame reading, structure validation, timestamp ordering, frame ID range validation - Fix DecodedSignal type mismatch (number → String conversion) - Total: 15 tests all passing
a6d4023 to
a938815
Compare
fbef944 to
a43457d
Compare
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Add LIN frame support in trace viewer and replay configuration.
Stack: 3/4 — depends on #370