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

Method StartTime

lib/mdflib/mdflib/src/hd4block.cpp:374–376  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

372}
373
374void Hd4Block::StartTime(uint64_t ns_since_1970) {
375 timestamp_.SetTime(ns_since_1970);
376}
377
378void Hd4Block::StartTime(ITimestamp& timestamp) {
379 timestamp_.SetTime(timestamp);

Callers

nothing calls this directly

Calls 2

SetTimeMethod · 0.45
GetTimeNsMethod · 0.45

Tested by

no test coverage detected