mirror of
https://github.com/FairRootGroup/FairMQ.git
synced 2025-10-13 08:41:16 +00:00
Allow PluginServices::SetProperty in Ready state
This commit is contained in:
parent
7e6eb382d5
commit
7b16c33ccd
|
@ -196,6 +196,7 @@ class PluginServices
|
||||||
|| (currentState == DeviceState::Binding)
|
|| (currentState == DeviceState::Binding)
|
||||||
|| (currentState == DeviceState::Bound)
|
|| (currentState == DeviceState::Bound)
|
||||||
|| (currentState == DeviceState::Connecting)
|
|| (currentState == DeviceState::Connecting)
|
||||||
|
|| (currentState == DeviceState::Ready)
|
||||||
|| (currentState == DeviceState::Idle && key == "channel-config")) {
|
|| (currentState == DeviceState::Idle && key == "channel-config")) {
|
||||||
fConfig.SetValue(key, val);
|
fConfig.SetValue(key, val);
|
||||||
} else {
|
} else {
|
||||||
|
|
Loading…
Reference in New Issue
Block a user