Implement IComponent::getRoutingInfo()

This commit is contained in:
Robbert van der Helm
2020-12-13 21:51:56 +01:00
parent 583645bb46
commit 5b6a8ebfac
6 changed files with 98 additions and 3 deletions
+1
View File
@@ -64,6 +64,7 @@ using ControlRequest = std::variant<YaComponent::Construct,
YaComponent::SetIoMode,
YaComponent::GetBusCount,
YaComponent::GetBusInfo,
YaComponent::GetRoutingInfo,
YaPluginFactory::Construct,
YaPluginFactory::SetHostContext>;