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

Method MeasurementUuid

lib/mdflib/mdflib/src/hdcomment.cpp:67–69  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

65}
66
67void HdComment::MeasurementUuid(std::string uuid) {
68 AddProperty({std::string(kMeasurementUuid), std::move(uuid)});
69}
70
71std::string HdComment::MeasurementUuid() const {
72 return GetPropertyValue<std::string>(std::string(kMeasurementUuid));

Callers 1

TESTFunction · 0.80

Calls

no outgoing calls

Tested by 1

TESTFunction · 0.64