mirror of
https://github.com/slsdetectorgroup/slsDetectorPackage.git
synced 2026-03-29 12:48:18 +02:00
minor
This commit is contained in:
@@ -921,8 +921,8 @@ Result<int> Detector::getNumberofUDPDestinations(Positions pos) const {
|
||||
return pimpl->Parallel(&Module::getNumberofUDPDestinations, pos);
|
||||
}
|
||||
|
||||
void Detector::clearUDPDestination(Positions pos) {
|
||||
pimpl->Parallel(&Module::clearUDPDestination, pos);
|
||||
void Detector::clearUDPDestinations(Positions pos) {
|
||||
pimpl->Parallel(&Module::clearUDPDestinations, pos);
|
||||
}
|
||||
|
||||
Result<int> Detector::getFirstUDPDestination(Positions pos) const {
|
||||
|
||||
Reference in New Issue
Block a user