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

Method set

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

Source from the content-addressed store, hash-verified

71 return mdf_file_ != nullptr ? mdf_file_->MinorVersion() : 0;
72}
73void MdfFile::MinorVersion::set(int minor) {
74 if (mdf_file_ != nullptr) {
75 mdf_file_->MinorVersion(minor);
76 }
77}
78
79String^ MdfFile::ProgramId::get() {
80 return mdf_file_ != nullptr ? MdfLibrary::Utf8Conversion(

Callers 15

DirMethod · 0.45
SrrMethod · 0.45
EdlMethod · 0.45
BrsMethod · 0.45
EsiMethod · 0.45
RtrMethod · 0.45
WakeUpMethod · 0.45
SingleWireMethod · 0.45
R0Method · 0.45
R1Method · 0.45
jquery.jsFile · 0.45
ZFunction · 0.45

Calls 1

MinorVersionMethod · 0.45

Tested by

no test coverage detected