MCPcopy 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

8namespace MdfLibrary {
9
10int64_t MdfHeader::Index::get() {
11 return header_ != nullptr ? header_->Index() : 0;
12}
13
14MdfHeader::MdfHeader(mdf::IHeader* header)
15 : header_(header) {

Callers

nothing calls this directly

Calls 6

IndexMethod · 0.45
RecorderIndexMethod · 0.45
StartTimeMethod · 0.45
StartAngleMethod · 0.45
valueMethod · 0.45
StartDistanceMethod · 0.45

Tested by

no test coverage detected