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

Method SetMode

libs/routing/speed_camera_manager.cpp:390–394  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

388}
389
390void SpeedCameraManager::SetMode(SpeedCameraManagerMode mode)
391{
392 m_mode = mode;
393 settings::Set(kSpeedCamModeKey, static_cast<int>(mode));
394}
395
396std::string DebugPrint(SpeedCameraManager::Interval interval)
397{

Callers 8

DoMethod · 0.45
AdjustRouteMethod · 0.45
Calc2TimesMethod · 0.45
ProcessLeapsJointsMethod · 0.45
RedressRouteMethod · 0.45
SetupAlgorithmModeMethod · 0.45
InitRoutingSessionFunction · 0.45

Calls 1

SetFunction · 0.50

Tested by 1

InitRoutingSessionFunction · 0.36