mirror of
https://github.com/slsdetectorgroup/slsDetectorPackage.git
synced 2025-06-18 07:47:12 +02:00
configure mac
This commit is contained in:
@ -716,6 +716,14 @@ void Detector::setDestinationUDPPort2(int port, int module_id) {
|
||||
}
|
||||
}
|
||||
|
||||
void Detector::reconfigureUDPDestination(Positions pos) {
|
||||
pimpl->Parallel(&Module::reconfigureUDPDestination, pos);
|
||||
}
|
||||
|
||||
void Detector::validateUDPConfiguration(Positions pos) {
|
||||
pimpl->Parallel(&Module::validateUDPConfiguration, pos);
|
||||
}
|
||||
|
||||
Result<std::string> Detector::printRxConfiguration(Positions pos) const {
|
||||
return pimpl->Parallel(&Module::printReceiverConfiguration, pos);
|
||||
}
|
||||
|
Reference in New Issue
Block a user