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

Function FormatSpeed

libs/platform/measurement_utils.cpp:202–205  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

200}
201
202long FormatSpeed(double metersPerSecond, Units units)
203{
204 return std::lround(MpsToUnits(metersPerSecond, units));
205}
206
207std::string FormatSpeedNumeric(double metersPerSecond, Units units)
208{

Calls 1

MpsToUnitsFunction · 0.85

Tested by

no test coverage detected