Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
66
int MdfFile::MainVersion::get() {
67
return mdf_file_ != nullptr ? mdf_file_->MainVersion() : 0;
68
}
69
70
int MdfFile::MinorVersion::get() {
71
return mdf_file_ != nullptr ? mdf_file_->MinorVersion() : 0;
Callers
15
checkForUpdates
Method · 0.45
startDownload
Method · 0.45
testkiss.py
File · 0.45
TEST
Function · 0.45
TEST_F
Function · 0.45
TEST_F
Function · 0.45
GetReader
Method · 0.45
RedrawDataList
Method · 0.45
RedrawDgBlock
Method · 0.45
RedrawCcBlock
Method · 0.45
RedrawCxList
Method · 0.45
GetLogger
Method · 0.45
Calls
4
MainVersion
Method · 0.80
MinorVersion
Method · 0.45
IsFinalized
Method · 0.45
IsMdf4
Method · 0.45
Tested by
3
TEST
Function · 0.36
TEST_F
Function · 0.36
TEST_F
Function · 0.36