Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/comaps/comaps
/ Enable
Method
Enable
libs/map/extrapolation/extrapolator.cpp:142–146 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
140
}
141
142
void Extrapolator::Enable(bool enabled)
143
{
144
lock_guard<mutex> guard(m_mutex);
145
m_isEnabled = enabled;
146
}
147
148
void Extrapolator::ExtrapolatedLocationUpdate(uint64_t locationUpdateCounter)
149
{
Callers
1
routing_manager.cpp
File · 0.45
Calls
no outgoing calls
Tested by
no test coverage detected