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

Method CreateSourceInformation

lib/mdflib/mdflib/src/cn4block.cpp:974–980  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

972}
973
974ISourceInformation *Cn4Block::CreateSourceInformation() {
975 if (!si_block_) {
976 si_block_ = std::make_unique<Si4Block>();
977 si_block_->Init(*this);
978 }
979 return si_block_.get();
980}
981
982IChannelConversion *Cn4Block::CreateChannelConversion() {
983 if (!cc_block_) {

Callers

nothing calls this directly

Calls 2

InitMethod · 0.45
getMethod · 0.45

Tested by

no test coverage detected