mirror of
https://github.com/paulscherrerinstitute/sf_daq_buffer.git
synced 2026-06-07 22:58:40 +02:00
bit_depth defined via config file
This commit is contained in:
@@ -17,12 +17,14 @@ struct UdpSyncConfig {
|
||||
|
||||
return {
|
||||
config_parameters["detector_name"].GetString(),
|
||||
config_parameters["n_modules"].GetInt()
|
||||
config_parameters["n_modules"].GetInt(),
|
||||
config_parameters["bit_depth"].GetInt()
|
||||
};
|
||||
}
|
||||
|
||||
const std::string detector_name;
|
||||
const int n_modules;
|
||||
const int bit_depth;
|
||||
};
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user