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

Method RecorderIndex

lib/mdflib/mdflib/src/hd4block.cpp:366–368  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

364}
365
366void Hd4Block::RecorderIndex(int64_t index) {
367 SetCommonProperty(*this, "Recorder.FileIndex", index);
368}
369
370int64_t Hd4Block::RecorderIndex() const {
371 return GetCommonProperty<int64_t>(*this, "Recorder.FileIndex");

Callers

nothing calls this directly

Calls 1

SetCommonPropertyFunction · 0.85

Tested by

no test coverage detected