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

Method get

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

Source from the content-addressed store, hash-verified

64}
65
66int MdfFile::MainVersion::get() {
67 return mdf_file_ != nullptr ? mdf_file_->MainVersion() : 0;
68}
69
70int MdfFile::MinorVersion::get() {
71 return mdf_file_ != nullptr ? mdf_file_->MinorVersion() : 0;

Callers 15

checkForUpdatesMethod · 0.45
startDownloadMethod · 0.45
testkiss.pyFile · 0.45
TESTFunction · 0.45
TEST_FFunction · 0.45
TEST_FFunction · 0.45
GetReaderMethod · 0.45
RedrawDataListMethod · 0.45
RedrawDgBlockMethod · 0.45
RedrawCcBlockMethod · 0.45
RedrawCxListMethod · 0.45
GetLoggerMethod · 0.45

Calls 4

MainVersionMethod · 0.80
MinorVersionMethod · 0.45
IsFinalizedMethod · 0.45
IsMdf4Method · 0.45

Tested by 3

TESTFunction · 0.36
TEST_FFunction · 0.36
TEST_FFunction · 0.36