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:
2024-10-01 11:17:35 +02:00
committed by GitHub
parent 8a7ed30676
commit f43bb8eea4
33 changed files with 23282 additions and 20749 deletions

View File

@ -320,6 +320,7 @@ class Caller {
std::string tengiga(int action);
std::string threshold(int action);
std::string timing(int action);
std::string timing_info_decoder(int action);
std::string timinglist(int action);
std::string timingsource(int action);
std::string top(int action);
@ -669,6 +670,7 @@ class Caller {
{"threshold", &Caller::threshold},
{"thresholdnotb", &Caller::threshold},
{"timing", &Caller::timing},
{"timing_info_decoder", &Caller::timing_info_decoder},
{"timinglist", &Caller::timinglist},
{"timingsource", &Caller::timingsource},
{"top", &Caller::top},