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

Function BuildGpsInfo

libs/map/map_tests/track_statistics_tests.cpp:17–25  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

15using namespace location;
16
17GpsInfo const BuildGpsInfo(double latitude, double longitude, double altitude, double timestamp = 0)
18{
19 GpsInfo gpsInfo;
20 gpsInfo.m_latitude = latitude;
21 gpsInfo.m_longitude = longitude;
22 gpsInfo.m_altitude = altitude;
23 gpsInfo.m_timestamp = timestamp;
24 return gpsInfo;
25}
26
27UNIT_TEST(TrackStatistics_EmptyMultiGeometry)
28{

Callers 1

UNIT_TESTFunction · 0.70

Calls

no outgoing calls

Tested by

no test coverage detected