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

Method GetHeader

lib/mdflib/mdflib/src/mdfreader.cpp:612–615  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

610}
611
612const IHeader *MdfReader::GetHeader() const {
613 const auto *file = GetFile();
614 return file != nullptr ? file->Header() : nullptr;
615}
616
617IDataGroup *MdfReader::GetDataGroup(size_t order) const {
618 const auto *file = GetFile();

Callers 10

TEST_FFunction · 0.45
TESTFunction · 0.45
TEST_FFunction · 0.45
TEST_FFunction · 0.45
TEST_FFunction · 0.45
EXPORTFEATUREFUNCFunction · 0.45
MdfReader.cppFile · 0.45
cpp_exampleFunction · 0.45
ConvertMdfFileMethod · 0.45
openFileMethod · 0.45

Calls 1

HeaderMethod · 0.45

Tested by 6

TEST_FFunction · 0.36
TESTFunction · 0.36
TEST_FFunction · 0.36
TEST_FFunction · 0.36
TEST_FFunction · 0.36
cpp_exampleFunction · 0.36