mirror of
https://github.com/slsdetectorgroup/slsDetectorPackage.git
synced 2025-06-23 10:07:59 +02:00
sleep implemented for command line, mainly for config files for firmware developers (#982)
This commit is contained in:
@ -10042,6 +10042,40 @@ signalname:
|
||||
\ to the given name."
|
||||
infer_action: true
|
||||
template: true
|
||||
sleep:
|
||||
actions:
|
||||
PUT:
|
||||
args:
|
||||
- arg_types:
|
||||
- int
|
||||
argc: 1
|
||||
cast_input: []
|
||||
check_det_id: false
|
||||
convert_det_id: true
|
||||
function: ''
|
||||
input: []
|
||||
input_types: []
|
||||
output: []
|
||||
require_det_id: false
|
||||
store_result_in_t: false
|
||||
- arg_types:
|
||||
- int
|
||||
- special::time_unit
|
||||
argc: 2
|
||||
cast_input: []
|
||||
check_det_id: false
|
||||
convert_det_id: true
|
||||
function: ''
|
||||
input: []
|
||||
input_types: []
|
||||
output: []
|
||||
require_det_id: false
|
||||
store_result_in_t: false
|
||||
command_name: sleep
|
||||
function_alias: sleep
|
||||
help: ''
|
||||
infer_action: true
|
||||
is_description: true
|
||||
slowadc:
|
||||
actions:
|
||||
GET:
|
||||
|
Reference in New Issue
Block a user