mirror of
https://github.com/paulscherrerinstitute/sf_daq_buffer.git
synced 2026-05-02 21:24:13 +02:00
Added dataset_name to config
This commit is contained in:
@@ -10,4 +10,6 @@ namespace config {
|
||||
int n_io_threads = 1;
|
||||
size_t n_slots = 100;
|
||||
|
||||
string dataset_name = "data";
|
||||
|
||||
}
|
||||
|
||||
@@ -1,4 +1,5 @@
|
||||
#include <H5Cpp.h>
|
||||
#include <string>
|
||||
|
||||
#ifndef CONFIG_H
|
||||
#define CONFIG_H
|
||||
@@ -13,6 +14,8 @@ namespace config
|
||||
extern uint16_t rest_port;
|
||||
extern int n_io_threads;
|
||||
extern size_t n_slots;
|
||||
|
||||
extern string dataset_name;
|
||||
}
|
||||
|
||||
#endif
|
||||
Reference in New Issue
Block a user