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