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

Method Version

lib/mdflib/mdflib/src/mdf4file.cpp:120–122  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

118}
119
120std::string Mdf4File::Version() const {
121 return !id_block_ ? "" : id_block_->VersionString();
122}
123
124void Mdf4File::MinorVersion(int minor) {
125 if (id_block_) {

Callers 5

TEST_FFunction · 0.45
TESTFunction · 0.45
MdfFile.cppFile · 0.45
EXPORTFEATUREFUNCFunction · 0.45
VerifyMdfFileMethod · 0.45

Calls 1

VersionStringMethod · 0.80

Tested by 2

TEST_FFunction · 0.36
TESTFunction · 0.36