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

Method createSignal

src/Connection.cpp:538–543  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

536}
537
538Signal Connection::createSignal( const ObjectPath& objectPath
539 , const InterfaceName& interfaceName
540 , const SignalName& signalName ) const
541{
542 return Connection::createSignal(objectPath.c_str(), interfaceName.c_str(), signalName.c_str());
543}
544
545Signal Connection::createSignal( const char* objectPath
546 , const char* interfaceName

Callers

nothing calls this directly

Calls 2

getMethod · 0.45

Tested by

no test coverage detected