mirror of
https://github.com/paulscherrerinstitute/sf_daq_buffer.git
synced 2026-04-27 00:10:44 +02:00
Retry interval added to config
This commit is contained in:
@@ -14,4 +14,7 @@ namespace config {
|
||||
// H5 config.
|
||||
hsize_t dataset_increase_step = 1000;
|
||||
hsize_t initial_dataset_size = 1000;
|
||||
|
||||
// Try again to see if the parameters were passed.
|
||||
uint32_t parameters_read_retry_interval = 100;
|
||||
}
|
||||
|
||||
@@ -16,6 +16,8 @@ namespace config
|
||||
|
||||
extern hsize_t dataset_increase_step;
|
||||
extern hsize_t initial_dataset_size;
|
||||
|
||||
extern uint32_t parameters_read_retry_interval;
|
||||
}
|
||||
|
||||
#endif
|
||||
Reference in New Issue
Block a user