MCPcopy Create free account
hub / github.com/Serial-Studio/Serial-Studio / ConvertToSec

Function ConvertToSec

lib/mdflib/mdflib_test/src/testread.cpp:67–71  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

65}
66
67double ConvertToSec(uint64_t diff) {
68 auto temp = static_cast<double>(diff);
69 temp /= 1'000'000'000;
70 return temp;
71}
72
73void MdfLogFunction(const MdfLocation& location, MdfLogSeverity severity,
74 const std::string& text) {

Callers 1

TEST_FFunction · 0.70

Calls

no outgoing calls

Tested by

no test coverage detected