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

Method Close

lib/mdflib/mdflibrary/src/MdfReader.cpp:66–70  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

64}
65
66void MdfReader::Close() {
67 if (reader_ != nullptr ) {
68 reader_->Close();
69 }
70}
71
72bool MdfReader::ReadHeader() {
73 return reader_ != nullptr ? reader_->ReadHeader() : false;

Callers 15

TestReaderMethod · 0.45
TestFileMethod · 0.45
TestHeaderMethod · 0.45
TestHistoryMethod · 0.45
TestMetaDataMethod · 0.45
TestDataGroupMethod · 0.45
TestChannelGroupMethod · 0.45
TestChannelMethod · 0.45
TestSourceInformationMethod · 0.45
TestChannelConversionMethod · 0.45
TestBusLoggingMethod · 0.45
TestReadHeaderMethod · 0.45

Calls

no outgoing calls

Tested by 15

TestReaderMethod · 0.36
TestFileMethod · 0.36
TestHeaderMethod · 0.36
TestHistoryMethod · 0.36
TestMetaDataMethod · 0.36
TestDataGroupMethod · 0.36
TestChannelGroupMethod · 0.36
TestChannelMethod · 0.36
TestSourceInformationMethod · 0.36
TestChannelConversionMethod · 0.36
TestBusLoggingMethod · 0.36
TestReadHeaderMethod · 0.36