mirror of
https://github.com/paulscherrerinstitute/sf_daq_buffer.git
synced 2026-05-01 02:22:23 +02:00
Change of interface
This commit is contained in:
@@ -26,7 +26,7 @@ void sf_replay (
|
||||
uint64_t max_send_us = 0;
|
||||
uint64_t n_stats = 0;
|
||||
|
||||
ReplayH5Reader file_reader(device, channel_name, source_id, stop_pulse_id);
|
||||
ReplayH5Reader file_reader(device, channel_name, source_id);
|
||||
|
||||
// "<= stop_pulse_id" because we include the stop_pulse_id in the file.
|
||||
for (uint64_t curr_pulse_id=start_pulse_id;
|
||||
|
||||
Reference in New Issue
Block a user