-
Notifications
You must be signed in to change notification settings - Fork 3
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Improve simulator functionality (#249)
## Summary of changes 1. Changed `unwrap`s to `expect`s in `build_messages.rs` 2. Changed `send_trace_message` to `send_digitiser_trace_message` and integrated edits in `send_messages.rs`, `simulation.rs`, `engine.rs` and others. 3. Added `Trace` struct for channel traces in `event_lists.rs` and refactored 4. Added `IntConstant` and `TextConstant` types 5. Added `EnsureDelayMs` action 6. Improved error handling ## Instruction for review/testing General code review as the simulator was successfully tested in the pipeline.
- Loading branch information
1 parent
70d5e60
commit 88e4cc0
Showing
19 changed files
with
678 additions
and
492 deletions.
There are no files selected for viewing
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
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
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.