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

Method set

lib/mdflib/mdflibrary/src/MdfHeader.cpp:92–96  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

90}
91
92void MdfHeader::RecorderIndex::set(int64_t index) {
93 if (header_ != nullptr) {
94 header_->RecorderIndex(index);
95 }
96}
97
98uint64_t MdfHeader::StartTime::get() {
99 return header_ != nullptr ? header_->StartTime() : 0;

Callers

nothing calls this directly

Calls 4

RecorderIndexMethod · 0.45
StartTimeMethod · 0.45
StartAngleMethod · 0.45
StartDistanceMethod · 0.45

Tested by

no test coverage detected