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

Function createSystemBusConnection

src/Connection.cpp:1013–1017  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1011}
1012
1013std::unique_ptr<IConnection> createSystemBusConnection()
1014{
1015 auto interface = std::make_unique<internal::SdBus>();
1016 return std::make_unique<internal::Connection>(std::move(interface), Connection::system_bus);
1017}
1018
1019std::unique_ptr<IConnection> createSystemBusConnection(const ServiceName& name)
1020{

Callers 3

mainFunction · 0.85
mainFunction · 0.85
TESTFunction · 0.85

Calls 1

requestNameMethod · 0.80

Tested by 2

mainFunction · 0.68
TESTFunction · 0.68