MCPcopy Create free account
hub / github.com/Pamphlett/Outram / time_inc

Function time_inc

src/STDesc.cpp:246–252  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

244}
245
246double time_inc(std::chrono::_V2::system_clock::time_point &t_end,
247 std::chrono::_V2::system_clock::time_point &t_begin) {
248 return std::chrono::duration_cast<std::chrono::duration<double>>(t_end -
249 t_begin)
250 .count() *
251 1000;
252}
253
254pcl::PointXYZI vec2point(const Eigen::Vector3d &vec) {
255 pcl::PointXYZI pi;

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected