Implement IComponent::getBusCount()

This commit is contained in:
Robbert van der Helm
2020-12-13 16:18:13 +01:00
parent 116b618ac5
commit 34b2fa8905
6 changed files with 40 additions and 3 deletions
+1
View File
@@ -62,6 +62,7 @@ using ControlRequest = std::variant<YaComponent::Construct,
YaComponent::Initialize,
YaComponent::Terminate,
YaComponent::SetIoMode,
YaComponent::GetBusCount,
YaPluginFactory::Construct,
YaPluginFactory::SetHostContext>;