mirror of
https://github.com/paulscherrerinstitute/sf_daq_buffer.git
synced 2026-05-10 05:32:03 +02:00
Put stream_address as an input parameter for the streamer
This commit is contained in:
@@ -19,14 +19,12 @@ struct StreamSendConfig {
|
||||
config_parameters["detector_name"].GetString(),
|
||||
config_parameters["n_modules"].GetInt(),
|
||||
config_parameters["image_n_pixels"].GetInt(),
|
||||
config_parameters["stream_address"].GetString()
|
||||
};
|
||||
}
|
||||
|
||||
const std::string detector_name;
|
||||
const int n_modules;
|
||||
const int image_n_pixels;
|
||||
const std::string stream_address;
|
||||
};
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user