-
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.
## Summary of changes In the aggregator: prevents new frames from being created whose timestamp is earlier than or equal to any that have previously been dispatched. That is, if a digitiser messages arrives late, then if it's frame is still in the cache, it is aggregated into that frame, otherwise it is discarded and a warning emitted. Closes #288. Note that we still assume that each frame's initial digitiser message appears in chronological order. ## Instruction for review/testing General code review. Has been tested on simulated data.
- Loading branch information
1 parent
0237ac4
commit 7501aaf
Showing
2 changed files
with
13 additions
and
0 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