mirror of
https://github.com/paulscherrerinstitute/sf_daq_buffer.git
synced 2026-04-23 03:22:43 +02:00
Add sleep to test reader
This commit is contained in:
@@ -55,6 +55,7 @@ int main (int argc, char *argv[]) {
|
||||
::memset(pulse_id_buffer, 0, sizeof(pulse_id_buffer));
|
||||
|
||||
while (true) {
|
||||
this_thread::sleep_for(chrono::milliseconds(100));
|
||||
H5Drefresh(pulse_id_dataset.getId());
|
||||
|
||||
pulse_id_dataset.read(
|
||||
|
||||
Reference in New Issue
Block a user