| 56 | return str; |
| 57 | } |
| 58 | void SetSubject(const char* subject) { MdfHeaderSetSubject(header, subject); } |
| 59 | std::string GetMeasurementId() const { |
| 60 | std::string str(MdfHeaderGetMeasurementId(header, nullptr) + 1, '\0'); |
| 61 | str.resize(MdfHeaderGetMeasurementId(header, str.data())); |