SECoP: add sea_recorder command and setups for sea recorder
NICOS might call this in order to start SEA recording from SECoP servers
This commit is contained in:
@ -740,6 +740,17 @@ proc secop::update_ {} {
|
||||
clientlog ACTIVE
|
||||
}
|
||||
}
|
||||
set act [silent 0 sct activate_stick]
|
||||
if {$act} {
|
||||
sct activate_stick 0
|
||||
dolater 0 activate_stick
|
||||
} else {
|
||||
set act [silent 0 sct activate_addon]
|
||||
if {$act} {
|
||||
sct activate_addon 0
|
||||
dolater 0 activate_addon
|
||||
}
|
||||
}
|
||||
sct active 1
|
||||
sct end_fast 0
|
||||
}
|
||||
|
Reference in New Issue
Block a user