mirror of
https://github.com/paulscherrerinstitute/sf_daq_buffer.git
synced 2026-06-07 17:18:41 +02:00
Added new properties to config
This commit is contained in:
@@ -5,4 +5,9 @@ namespace config {
|
||||
H5T_order_t dataset_byte_order = H5T_ORDER_LE;
|
||||
hsize_t dataset_increase_step = 1000;
|
||||
hsize_t initial_dataset_size = 1000;
|
||||
|
||||
uint16_t rest_port = 11011;
|
||||
int n_io_threads = 1;
|
||||
size_t n_slots = 100;
|
||||
|
||||
}
|
||||
|
||||
@@ -9,6 +9,10 @@ namespace config
|
||||
extern H5T_order_t dataset_byte_order;
|
||||
extern hsize_t dataset_increase_step;
|
||||
extern hsize_t initial_dataset_size;
|
||||
|
||||
extern uint16_t rest_port;
|
||||
extern int n_io_threads;
|
||||
extern size_t n_slots;
|
||||
}
|
||||
|
||||
#endif
|
||||
Reference in New Issue
Block a user