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

Method Hd3Block

lib/mdflib/mdflib/src/hd3block.cpp:23–27  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

21
22namespace mdf::detail {
23Hd3Block::Hd3Block() {
24 block_type_ = "HD";
25 UtcTimestamp now(MdfHelper::NowNs());
26 timestamp_.SetTime(now);
27}
28const Hd3Block::Dg3List &Hd3Block::Dg3() const { return dg_list_; }
29
30std::string Hd3Block::Comment() const { return comment_; }

Callers

nothing calls this directly

Calls 1

SetTimeMethod · 0.45

Tested by

no test coverage detected