mirror of
https://github.com/slsdetectorgroup/slsDetectorPackage.git
synced 2026-02-01 12:14:57 +01: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