Skip to content

Commit

Permalink
fixup! Propagate digitizer ID list and completion flag to assembled f…
Browse files Browse the repository at this point in the history
…rames
  • Loading branch information
DanNixon committed Jan 8, 2025
1 parent f427a34 commit d0db4c5
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 2 deletions.
2 changes: 1 addition & 1 deletion digitiser-aggregator/src/data/event.rs
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
use super::{Accumulate, DigitiserData};
use crate::frame::AggregatedFrame;
use supermusr_common::{Channel, Intensity, Time, DigitizerId};
use supermusr_common::{Channel, DigitizerId, Intensity, Time};
use supermusr_streaming_types::{
aev2_frame_assembled_event_v2_generated::{
finish_frame_assembled_event_list_message_buffer, FrameAssembledEventListMessage,
Expand Down
5 changes: 4 additions & 1 deletion digitiser-aggregator/src/frame/aggregated.rs
Original file line number Diff line number Diff line change
@@ -1,6 +1,9 @@
use super::partial::PartialFrame;
use crate::data::{Accumulate, DigitiserData};
use supermusr_common::{DigitizerId, spanned::{SpanOnce, Spanned, SpannedMut}};
use supermusr_common::{
spanned::{SpanOnce, Spanned, SpannedMut},
DigitizerId,
};
use supermusr_streaming_types::FrameMetadata;

pub(crate) struct AggregatedFrame<D> {
Expand Down

0 comments on commit d0db4c5

Please sign in to comment.