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

Method Start

Source/URLab/Private/Bridge/BridgeServer.cpp:21–33  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

19}
20
21void UURLabBridgeServer::Start(const FString& StepEndpoint)
22{
23 if (!Dispatcher.IsValid())
24 {
25 Dispatcher = MakeUnique<FURLabRpcDispatcher>();
26 }
27
28 // Empty endpoint: dispatcher only, no transports (test path).
29 if (StepEndpoint.IsEmpty())
30 return;
31
32 EnsureZmqBound(StepEndpoint);
33}
34
35bool UURLabBridgeServer::EnsureZmqBound(const FString& Endpoint)
36{

Callers 5

StartServerMethod · 0.80
RunTestMethod · 0.80
InitMethod · 0.80
RunGitMethod · 0.80
BeginPlayMethod · 0.80

Calls 2

IsValidMethod · 0.80
IsEmptyMethod · 0.80

Tested by 2

RunTestMethod · 0.64
InitMethod · 0.64