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

Method Inverse

lib/mdflib/mdflib/src/cc4block.cpp:146–148  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

144}
145
146IChannelConversion* Cc4Block::Inverse() const {
147 return cc_block_ ? cc_block_.get() : nullptr;
148}
149
150void Cc4Block::GetBlockProperty(BlockPropertyList& dest) const {
151 MdfBlock::GetBlockProperty(dest);

Callers 2

EXPORTFEATUREFUNCFunction · 0.45

Calls 1

getMethod · 0.45

Tested by

no test coverage detected