MCPcopy Create free account
hub / github.com/URLab-Sim/UnrealRoboticsLab / GetOwningBridge

Function GetOwningBridge

Source/URLab/Public/Transport/RpcTransport.h:42–42  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

40 * Used by `ResolveDispatcher` to find the live dispatcher. */
41 void SetOwningBridge(UURLabBridgeServer* Bridge);
42 UURLabBridgeServer* GetOwningBridge() const { return OwningBridge.Get(); }
43
44 /** Bind sockets / mmap regions / start the worker thread. Returns
45 * false on failure (port collision, SHM open failure). The bridge

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected