MCPcopy Create free account
hub / github.com/Kistler-Group/sdbus-cpp / createRemoteSystemBusConnection

Function createRemoteSystemBusConnection

src/Connection.cpp:1045–1049  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1043}
1044
1045std::unique_ptr<IConnection> createRemoteSystemBusConnection(const std::string& host)
1046{
1047 auto interface = std::make_unique<internal::SdBus>();
1048 return std::make_unique<internal::Connection>(std::move(interface), Connection::remote_system_bus, host);
1049}
1050
1051std::unique_ptr<IConnection> createDirectBusConnection(const std::string& address)
1052{

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected