mirror of
https://github.com/slsdetectorgroup/slsDetectorPackage.git
synced 2026-02-01 12:14:57 +01:00
added udp_numdst
This commit is contained in:
@@ -921,6 +921,14 @@ void Detector::setDestinationUDPList(const defs::udpDestination dest,
|
||||
pimpl->Parallel(&Module::setDestinationUDPList, {module_id}, dest);
|
||||
}
|
||||
|
||||
Result<int> Detector::getNumberofUDPDestinations(Positions pos) const {
|
||||
return pimpl->Parallel(&Module::getNumberofUDPDestinations, pos);
|
||||
}
|
||||
|
||||
void Detector::setNumberofUDPDestinations(const int value, Positions pos) {
|
||||
pimpl->Parallel(&Module::setNumberofUDPDestinations, pos, value);
|
||||
}
|
||||
|
||||
Result<IpAddr> Detector::getDestinationUDPIP(Positions pos) const {
|
||||
return pimpl->Parallel(&Module::getDestinationUDPIP, pos);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user