mirror of
https://github.com/paulscherrerinstitute/sf_daq_buffer.git
synced 2026-04-21 17:14:35 +02:00
Fix current pulse_id increase
This commit is contained in:
@@ -124,9 +124,9 @@ void receive_replay(
|
||||
if (n_bytes_image != MODULE_N_BYTES) {
|
||||
throw runtime_error("Wrong number of data bytes.");
|
||||
}
|
||||
|
||||
current_pulse_id++;
|
||||
}
|
||||
|
||||
current_pulse_id++;
|
||||
}
|
||||
|
||||
queue.commit();
|
||||
|
||||
Reference in New Issue
Block a user