Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/comaps/comaps
/ GetForwardSpeedInUnits
Method
GetForwardSpeedInUnits
libs/routing_common/maxspeed_conversion.cpp:80–83 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
78
}
79
80
SpeedInUnits FeatureMaxspeed::GetForwardSpeedInUnits() const
81
{
82
return SpeedInUnits(m_maxspeed.GetForward(), m_maxspeed.GetUnits());
83
}
84
85
SpeedInUnits FeatureMaxspeed::GetBackwardSpeedInUnits() const
86
{
Callers
1
TestMaxspeedsSerialization
Function · 0.80
Calls
3
GetForward
Method · 0.80
SpeedInUnits
Class · 0.70
GetUnits
Method · 0.45
Tested by
1
TestMaxspeedsSerialization
Function · 0.64