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

Method Init

lib/mdflib/mdflib/src/cn3block.cpp:503–506  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

501}
502
503void Cn3Block::Init(const MdfBlock &id_block) {
504 MdfBlock::Init(id_block);
505 cg3_block = dynamic_cast<const Cg3Block *>(&id_block);
506}
507
508IChannelConversion *Cn3Block::CreateChannelConversion() {
509 if (!cc_block_) {

Callers 3

ReadMethod · 0.45
WriteMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected