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

Method MeasurementId

lib/mdflib/mdflib/src/hd4block.cpp:350–352  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

348std::string Hd4Block::Description() const { return Comment(); }
349
350void Hd4Block::MeasurementId(const std::string& uuid) {
351 SetCommonProperty(*this, "Measurement.UUID", uuid);
352}
353
354std::string Hd4Block::MeasurementId() const {
355 return GetCommonProperty<std::string>(*this, "Measurement.UUID");

Callers

nothing calls this directly

Calls 1

SetCommonPropertyFunction · 0.85

Tested by

no test coverage detected