mirror of
https://github.com/FairRootGroup/FairMQ.git
synced 2026-02-04 19:39:22 +00:00
Allow PluginServices::SetProperty in Ready state
This commit is contained in:
@@ -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 {
|
||||||
|
|||||||
Reference in New Issue
Block a user