This repository has been archived by the owner on Sep 2, 2024. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 22
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Increase cohesion and reduce coupling between components by introducing an abstract CANReader class which defines the responsibilities and behavior of the DBCReader and J1939Reader. Modified readers to consistently use HW based CAN frame filtering based on DBC message and DBC<->VSS mapping definitions. Also added typing information to functions and member variables to improve readability and maintainability.
- Loading branch information
1 parent
9d718b9
commit 2762eb8
Showing
12 changed files
with
440 additions
and
379 deletions.
There are no files selected for viewing
This file contains 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
This file contains 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
This file contains 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
Oops, something went wrong.