MCPcopy 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
36void RouterDelegate::SetPointCheckCallback(PointCheckCallback const & pointCallback)
37{
38 m_pointCallback = pointCallback ? pointCallback : DefaultPointFn;
39}
40
41void RouterDelegate::SetTimeout(uint32_t timeoutSec)
42{

Callers 1

RouterDelegateProxyMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected