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

Method GetSpeed

libs/routing_common/car_model.cpp:110–113  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

108}
109
110SpeedKMpH CarModel::GetSpeed(FeatureTypes const & types, SpeedParams const & speedParams) const
111{
112 return GetTypeSpeedImpl(types, speedParams, true /* isCar */);
113}
114
115SpeedKMpH const & CarModel::GetOffroadSpeed() const
116{

Callers 14

CollectFeatureMethod · 0.45
ProcessMethod · 0.45
GetMaxSpeedKmPHFunction · 0.45
GetCurrentSpeedLimitMethod · 0.45
GetMaxspeedMethod · 0.45
LoadMethod · 0.45
DeserializeMethod · 0.45
GetSpeedMpSFunction · 0.45
GetTypeSpeedImplMethod · 0.45
SpeedToMacroMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected