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

Function createDirectBusConnection

src/Connection.cpp:1051–1055  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1049}
1050
1051std::unique_ptr<IConnection> createDirectBusConnection(const std::string& address)
1052{
1053 auto interface = std::make_unique<internal::SdBus>();
1054 return std::make_unique<internal::Connection>(std::move(interface), Connection::private_bus, address);
1055}
1056
1057std::unique_ptr<IConnection> createDirectBusConnection(int fd)
1058{

Callers 1

Calls

no outgoing calls

Tested by 1