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

Method ChannelCompositions

lib/mdflib/mdflib/src/cn3block.cpp:517–519  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

515
516IChannel *Cn3Block::CreateChannelComposition() { return nullptr; }
517std::vector<IChannel *> Cn3Block::ChannelCompositions() {
518 return {};
519}
520
521const IChannelGroup* Cn3Block::ChannelGroup() const {
522 return dynamic_cast<const IChannelGroup*> (CgBlock());

Callers 3

TESTFunction · 0.45
EXPORTFEATUREFUNCFunction · 0.45
MdfChannel.cppFile · 0.45

Calls

no outgoing calls

Tested by 1

TESTFunction · 0.36