MCPcopy Create free account
hub / github.com/comaps/comaps / Init

Method Init

libs/routing/routing_session.cpp:71–76  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

69}
70
71void RoutingSession::Init(PointCheckCallback const & pointCheckCallback)
72{
73 CHECK_THREAD_CHECKER(m_threadChecker, ());
74 CHECK(!m_router, ());
75 m_router = std::make_unique<AsyncRouter>(pointCheckCallback);
76}
77
78void RoutingSession::BuildRoute(Checkpoints const & checkpoints, uint32_t timeoutSec)
79{

Callers 2

CalcMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected