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/MdfHeader.cpp:10–12 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
8
namespace MdfLibrary {
9
10
int64_t MdfHeader::Index::get() {
11
return header_ != nullptr ? header_->Index() : 0;
12
}
13
14
MdfHeader::MdfHeader(mdf::IHeader* header)
15
: header_(header) {
Callers
nothing calls this directly
Calls
6
Index
Method · 0.45
RecorderIndex
Method · 0.45
StartTime
Method · 0.45
StartAngle
Method · 0.45
value
Method · 0.45
StartDistance
Method · 0.45
Tested by
no test coverage detected