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

Method SetCheckpointCallback

libs/routing/routing_session.cpp:735–739  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

733}
734
735void RoutingSession::SetCheckpointCallback(CheckpointCallback const & checkpointCallback)
736{
737 CHECK_THREAD_CHECKER(m_threadChecker, ());
738 m_checkpointCallback = checkpointCallback;
739}
740
741void RoutingSession::SetChangeSessionStateCallback(ChangeSessionStateCallback const & changeSessionStateCallback)
742{

Callers 1

Calls

no outgoing calls

Tested by

no test coverage detected