Implement IComponent::activateBus()

This commit is contained in:
Robbert van der Helm
2020-12-13 22:07:19 +01:00
parent 16b949bccf
commit 43296675f6
6 changed files with 51 additions and 3 deletions
+1
View File
@@ -65,6 +65,7 @@ using ControlRequest = std::variant<YaComponent::Construct,
YaComponent::GetBusCount,
YaComponent::GetBusInfo,
YaComponent::GetRoutingInfo,
YaComponent::ActivateBus,
YaPluginFactory::Construct,
YaPluginFactory::SetHostContext>;