mirror of
https://github.com/paulscherrerinstitute/sf_daq_buffer.git
synced 2026-05-10 19:02:05 +02:00
Fix current pulse_id increase
This commit is contained in:
@@ -124,10 +124,10 @@ 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