mirror of
https://github.com/slsdetectorgroup/slsDetectorPackage.git
synced 2026-02-01 16:04:56 +01:00
start pattern without binaries
This commit is contained in:
@@ -1574,6 +1574,10 @@ void Detector::setPatternBitMask(uint64_t mask, Positions pos) {
|
||||
pimpl->Parallel(&Module::setPatternBitMask, pos, mask);
|
||||
}
|
||||
|
||||
void Detector::startPattern(Positions pos) {
|
||||
pimpl->Parallel(&Module::startPattern, pos);
|
||||
}
|
||||
|
||||
// Moench
|
||||
|
||||
Result<std::map<std::string, std::string>>
|
||||
|
||||
Reference in New Issue
Block a user