MCPcopy 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
86double VehicleModel::GetMaxWeightSpeed() const
87{
88 return m_maxModelSpeed.m_weight;
89}
90
91optional<HighwayType> VehicleModel::GetHighwayType(uint32_t type) const
92{

Callers 5

GetVehicleModelMethod · 0.45
LoadMethod · 0.45
CreateMethod · 0.45
CalcMaxSpeedFunction · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected