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

Method Events

lib/mdflib/mdflib/src/hd4block.cpp:430–435  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

428}
429
430std::vector<IEvent*> Hd4Block::Events() const {
431 std::vector<IEvent*> list;
432 std::transform(ev_list_.cbegin(),ev_list_.cend(), std::back_inserter(list),
433 [](const auto& ev4) { return ev4.get(); });
434 return list;
435}
436
437IChannelHierarchy* Hd4Block::CreateChannelHierarchy() {
438 auto ch4 = std::make_unique<Ch4Block>();

Callers

nothing calls this directly

Calls 4

cbeginMethod · 0.80
cendMethod · 0.80
transformFunction · 0.50
getMethod · 0.45

Tested by

no test coverage detected