mirror of
https://github.com/slsdetectorgroup/slsDetectorPackage.git
synced 2026-02-02 06:04:55 +01: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:
@@ -275,6 +275,7 @@ class InferAction {
|
||||
int tengiga();
|
||||
int threshold();
|
||||
int timing();
|
||||
int timing_info_decoder();
|
||||
int timinglist();
|
||||
int timingsource();
|
||||
int top();
|
||||
@@ -612,6 +613,7 @@ class InferAction {
|
||||
{"threshold", &InferAction::threshold},
|
||||
{"thresholdnotb", &InferAction::threshold},
|
||||
{"timing", &InferAction::timing},
|
||||
{"timing_info_decoder", &InferAction::timing_info_decoder},
|
||||
{"timinglist", &InferAction::timinglist},
|
||||
{"timingsource", &InferAction::timingsource},
|
||||
{"top", &InferAction::top},
|
||||
|
||||
Reference in New Issue
Block a user