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