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

Method SourceInformation

lib/mdflib/mdflib/src/ichannel.cpp:870–873  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

868IMetaData *IChannel::MetaData() const { return nullptr; }
869
870ISourceInformation *IChannel::SourceInformation() const {
871 // Only supported by MDF4
872 return nullptr;
873}
874
875ISourceInformation *IChannel::CreateSourceInformation() {
876 // Only supported by MDF4

Callers 5

TEST_FFunction · 0.45
TESTFunction · 0.45
EXPORTFEATUREFUNCFunction · 0.45
MdfChannel.cppFile · 0.45

Calls

no outgoing calls

Tested by 2

TEST_FFunction · 0.36
TESTFunction · 0.36