mirror of
https://github.com/slsdetectorgroup/slsDetectorPackage.git
synced 2026-02-01 18:04:57 +01:00
WIP
This commit is contained in:
@@ -563,10 +563,8 @@ Result<defs::scanParameters> Detector::getScan(Positions pos) const {
|
||||
return pimpl->Parallel(&Module::getScan, pos);
|
||||
}
|
||||
|
||||
void Detector::disableScan() { pimpl->Parallel(&Module::disableScan, {}); }
|
||||
|
||||
void Detector::enableScan(const defs::scanParameters t) {
|
||||
pimpl->Parallel(&Module::enableScan, {}, t);
|
||||
void Detector::setScan(const defs::scanParameters t) {
|
||||
pimpl->Parallel(&Module::setScan, {}, t);
|
||||
}
|
||||
|
||||
// Network Configuration (Detector<->Receiver)
|
||||
|
||||
Reference in New Issue
Block a user