mirror of
https://github.com/slsdetectorgroup/slsDetectorPackage.git
synced 2026-04-29 12:52:23 +02:00
jf: timing info decoder (#987)
* timing_info_decoder command with options swissfel (default) and shine. added to python, command line generation, autocomplete, tostring, tests.
This commit is contained in:
@@ -1772,6 +1772,16 @@ void Detector::setPedestalMode(const defs::pedestalParameters par,
|
||||
pimpl->Parallel(&Module::setPedestalMode, pos, par);
|
||||
}
|
||||
|
||||
Result<defs::timingInfoDecoder>
|
||||
Detector::getTimingInfoDecoder(Positions pos) const {
|
||||
return pimpl->Parallel(&Module::getTimingInfoDecoder, pos);
|
||||
}
|
||||
|
||||
void Detector::setTimingInfoDecoder(defs::timingInfoDecoder value,
|
||||
Positions pos) {
|
||||
pimpl->Parallel(&Module::setTimingInfoDecoder, pos, value);
|
||||
}
|
||||
|
||||
Result<defs::collectionMode> Detector::getCollectionMode(Positions pos) const {
|
||||
return pimpl->Parallel(&Module::getCollectionMode, pos);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user