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

Method Hd4Block

lib/mdflib/mdflib/src/hd4block.cpp:71–75  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

69namespace mdf::detail {
70
71Hd4Block::Hd4Block() {
72 block_type_ = "##HD";
73 UtcTimestamp now(MdfHelper::NowNs());
74 timestamp_.SetTime(now);
75}
76
77MdfBlock* Hd4Block::Find(int64_t index) const {
78 if (index <= 0) {

Callers

nothing calls this directly

Calls 1

SetTimeMethod · 0.45

Tested by

no test coverage detected