mirror of
https://github.com/FairRootGroup/FairMQ.git
synced 2025-12-15 07:20:17 +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