mirror of
https://github.com/slsdetectorgroup/slsDetectorPackage.git
synced 2026-02-01 16:04:56 +01:00
WIP
This commit is contained in:
@@ -1248,6 +1248,14 @@ void Detector::setTimingSource(defs::timingSourceType value, Positions pos) {
|
||||
pimpl->Parallel(&Module::setTimingSource, pos, value);
|
||||
}
|
||||
|
||||
Result<bool> Detector::getVeto(Positions pos) const {
|
||||
return pimpl->Parallel(&Module::getVeto, pos);
|
||||
}
|
||||
|
||||
void Detector::setVeto(bool enable, Positions pos) {
|
||||
pimpl->Parallel(&Module::setVeto, pos, enable);
|
||||
}
|
||||
|
||||
// Mythen3 Specific
|
||||
|
||||
Result<uint32_t> Detector::getCounterMask(Positions pos) const {
|
||||
|
||||
Reference in New Issue
Block a user