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

Method RecorderId

lib/mdflib/mdflib/src/hd4block.cpp:358–360  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

356}
357
358void Hd4Block::RecorderId(const std::string& uuid) {
359 SetCommonProperty(*this, "Recorder.UUID", uuid);
360}
361
362std::string Hd4Block::RecorderId() const {
363 return GetCommonProperty<std::string>(*this, "Recorder.UUID");

Callers

nothing calls this directly

Calls 1

SetCommonPropertyFunction · 0.85

Tested by

no test coverage detected