mirror of
https://github.com/paulscherrerinstitute/sf_daq_buffer.git
synced 2026-05-03 14:34:13 +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) {
|
if (n_bytes_image != MODULE_N_BYTES) {
|
||||||
throw runtime_error("Wrong number of data bytes.");
|
throw runtime_error("Wrong number of data bytes.");
|
||||||
}
|
}
|
||||||
|
|
||||||
current_pulse_id++;
|
|
||||||
}
|
}
|
||||||
|
|
||||||
|
current_pulse_id++;
|
||||||
}
|
}
|
||||||
|
|
||||||
queue.commit();
|
queue.commit();
|
||||||
|
|||||||
Reference in New Issue
Block a user