mirror of
https://github.com/slsdetectorgroup/slsDetectorPackage.git
synced 2025-06-15 06:17:12 +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:
@ -1940,6 +1940,14 @@ void Module::setPedestalMode(const defs::pedestalParameters par) {
|
||||
}
|
||||
}
|
||||
|
||||
defs::timingInfoDecoder Module::getTimingInfoDecoder() const {
|
||||
return sendToDetector<defs::timingInfoDecoder>(F_GET_TIMING_INFO_DECODER);
|
||||
}
|
||||
|
||||
void Module::setTimingInfoDecoder(const defs::timingInfoDecoder value) {
|
||||
sendToDetector(F_SET_TIMING_INFO_DECODER, static_cast<int>(value), nullptr);
|
||||
}
|
||||
|
||||
defs::collectionMode Module::getCollectionMode() const {
|
||||
return sendToDetector<defs::collectionMode>(F_GET_COLLECTION_MODE);
|
||||
}
|
||||
|
Reference in New Issue
Block a user