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

Function DebugPrint

libs/routing_common/maxspeed_conversion.cpp:341–348  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

339} // namespace
340
341string DebugPrint(Maxspeed maxspeed)
342{
343 ostringstream oss;
344 oss << "Maxspeed { m_units: " << DebugPrint(maxspeed.GetUnits())
345 << ", m_forward: " << PrintMaxspeedType(maxspeed.GetForward())
346 << ", m_backward: " << PrintMaxspeedType(maxspeed.GetBackward()) << " }";
347 return oss.str();
348}
349
350string DebugPrint(SpeedMacro maxspeed)
351{

Callers

nothing calls this directly

Calls 8

PrintMaxspeedTypeFunction · 0.85
GetForwardMethod · 0.80
GetBackwardMethod · 0.80
MacroToSpeedMethod · 0.80
GetMaxspeedMethod · 0.80
GetUnitsMethod · 0.45
GetSpeedMethod · 0.45
GetFeatureIdMethod · 0.45

Tested by

no test coverage detected