-
Notifications
You must be signed in to change notification settings - Fork 29
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Extend DLTBroker to handle messages from dlt file
- Add main loop to dispatch newly arrived dlt message from dlt log at runtime - Add DLTFileSpinner to handle the main loop of dispatching messages - Because of high commonality between DLTFileSpinner & DLTMessageHandler, a common base class is derived - Extend DLTBroker to use DLTFileSpinner for dispatching messages from dlt log, instead of using DLTMessageHandler for dlt daemon - Add unit tests for the newly added DLTFileSpinner, main loop to iterate dlt file, and new DLTBroker usage with DLTFileSpinner
- Loading branch information
hongjin.zhou
committed
Jun 9, 2023
1 parent
cfd6ccd
commit d233bdc
Showing
9 changed files
with
920 additions
and
69 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
Oops, something went wrong.