Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/comaps/comaps
/ SetPointCheckCallback
Method
SetPointCheckCallback
libs/routing/router_delegate.cpp:36–39 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
34
}
35
36
void RouterDelegate::SetPointCheckCallback(PointCheckCallback const & pointCallback)
37
{
38
m_pointCallback = pointCallback ? pointCallback : DefaultPointFn;
39
}
40
41
void RouterDelegate::SetTimeout(uint32_t timeoutSec)
42
{
Callers
1
RouterDelegateProxy
Method · 0.80
Calls
no outgoing calls
Tested by
no test coverage detected