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

Function createBusConnection

src/Connection.cpp:1000–1004  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

998using internal::Connection;
999
1000std::unique_ptr<IConnection> createBusConnection()
1001{
1002 auto interface = std::make_unique<internal::SdBus>();
1003 return std::make_unique<internal::Connection>(std::move(interface), Connection::default_bus);
1004}
1005
1006std::unique_ptr<IConnection> createBusConnection(const ServiceName& name)
1007{

Callers 6

createProxyFunction · 0.85
TESTFunction · 0.85
TYPED_TESTFunction · 0.85
TYPED_TESTFunction · 0.85
TestFixture.cppFile · 0.85
TESTFunction · 0.85

Calls 1

requestNameMethod · 0.80

Tested by 4

TESTFunction · 0.68
TYPED_TESTFunction · 0.68
TYPED_TESTFunction · 0.68
TESTFunction · 0.68