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

Method ChannelArray

lib/mdflib/mdflib/src/ichannel.cpp:880–883  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

878}
879
880IChannelArray *IChannel::ChannelArray(size_t index) const {
881 // Only supported for MDF 4 files
882 return nullptr;
883}
884
885std::vector<IChannelArray*> IChannel::ChannelArrays() const {
886 // Default behaviour is reurning no arrays as in MDF 3

Callers 8

TESTFunction · 0.45
TEST_FFunction · 0.45
RedrawCnBlockMethod · 0.45
OnGetItemTextMethod · 0.45
ChannelObserverFrameMethod · 0.45
EXPORTFEATUREFUNCFunction · 0.45
ShapeMethod · 0.45

Calls

no outgoing calls

Tested by 2

TESTFunction · 0.36
TEST_FFunction · 0.36