MCPcopy Create free account
hub / github.com/PDAL/PDAL / checkTime

Function checkTime

test/unit/filters/GpsTimeConvertTest.cpp:43–47  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

41{
42
43void checkTime(PointViewPtr view, int index, double expected)
44{
45 double actual = view->getFieldAs<double>(Dimension::Id::GpsTime, index);
46 EXPECT_DOUBLE_EQ(expected, actual);
47}
48
49TEST(gws2gtTest, HandlesWrappedWeekSeconds)
50{

Callers 1

TESTFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected