Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/comaps/comaps
/ GetMaxWeightSpeed
Method
GetMaxWeightSpeed
libs/routing_common/vehicle_model.cpp:86–89 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
84
}
85
86
double VehicleModel::GetMaxWeightSpeed() const
87
{
88
return m_maxModelSpeed.m_weight;
89
}
90
91
optional<HighwayType> VehicleModel::GetHighwayType(uint32_t type) const
92
{
Callers
5
CrossCountryVehicleModel
Method · 0.45
GetVehicleModel
Method · 0.45
Load
Method · 0.45
Create
Method · 0.45
CalcMaxSpeed
Function · 0.45
Calls
no outgoing calls
Tested by
no test coverage detected