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

Function GetGpsInfo

libs/map/map_tests/extrapolator_tests.cpp:27–38  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

25}
26
27GpsInfo GetGpsInfo(double timestampS, double lat, double lon, double altitude, double speed)
28{
29 return GpsInfo{EAppleNative,
30 timestampS,
31 lat,
32 lon,
33 10.0 /* m_horizontalAccuracy */,
34 altitude,
35 10.0 /* m_verticalAccuracy */,
36 0.0 /* m_bearing */,
37 speed};
38}
39
40UNIT_TEST(LinearExtrapolation)
41{

Callers 1

UNIT_TESTFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected