DetectorSetup: Configure UDP interface count
This commit is contained in:
@@ -858,6 +858,8 @@ JFJochProtoBuf::DetectorConfig DiffractionExperiment::DetectorConfig(const JFJoc
|
||||
if (!internal.detector().module_hostname().empty())
|
||||
*ret.mutable_module_hostname() = internal.detector().module_hostname();
|
||||
|
||||
ret.set_udp_interface_count(internal.detector().udp_interface_count());
|
||||
|
||||
for (int d = 0; d < GetDataStreamsNum(); d++) {
|
||||
for (int m = 0; m < GetModulesNum(d); m++) {
|
||||
auto mod_cfg = ret.add_modules();
|
||||
|
||||
Reference in New Issue
Block a user