Implement IComponent::GetBusInfo()

This commit is contained in:
Robbert van der Helm
2020-12-13 16:56:09 +01:00
parent 34b2fa8905
commit 9df812952e
6 changed files with 93 additions and 2 deletions
+1
View File
@@ -63,6 +63,7 @@ using ControlRequest = std::variant<YaComponent::Construct,
YaComponent::Terminate,
YaComponent::SetIoMode,
YaComponent::GetBusCount,
YaComponent::GetBusInfo,
YaPluginFactory::Construct,
YaPluginFactory::SetHostContext>;