MCPcopy 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
142void Extrapolator::Enable(bool enabled)
143{
144 lock_guard<mutex> guard(m_mutex);
145 m_isEnabled = enabled;
146}
147
148void Extrapolator::ExtrapolatedLocationUpdate(uint64_t locationUpdateCounter)
149{

Callers 1

Calls

no outgoing calls

Tested by

no test coverage detected