mirror of
https://github.com/slsdetectorgroup/slsDetectorPackage.git
synced 2026-02-07 23:38:40 +01:00
@@ -325,6 +325,14 @@ void Detector::setMaster(bool master, int pos) {
|
||||
}
|
||||
}
|
||||
|
||||
Result<bool> Detector::getSynchronization(Positions pos) const {
|
||||
return pimpl->Parallel(&Module::getSynchronization, pos);
|
||||
}
|
||||
|
||||
void Detector::setSynchronization(bool value) {
|
||||
pimpl->Parallel(&Module::setSynchronization, {}, value);
|
||||
}
|
||||
|
||||
Result<bool> Detector::isVirtualDetectorServer(Positions pos) const {
|
||||
return pimpl->Parallel(&Module::isVirtualDetectorServer, pos);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user