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

Method Fh4Block

lib/mdflib/mdflib/src/fh4block.cpp:12–16  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

10namespace mdf::detail {
11
12Fh4Block::Fh4Block() {
13 block_type_ = "##FH";
14 UtcTimestamp now(MdfHelper::NowNs());
15 timestamp_.SetTime(now);
16}
17
18void Fh4Block::GetBlockProperty(BlockPropertyList &dest) const {
19 MdfBlock::GetBlockProperty(dest);

Callers

nothing calls this directly

Calls 1

SetTimeMethod · 0.45

Tested by

no test coverage detected