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

Method SetSubject

lib/mdflib/include/mdflibrary/MdfHeader.h:58–58  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

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()));

Callers 1

cpp_exampleFunction · 0.80

Calls

no outgoing calls

Tested by 1

cpp_exampleFunction · 0.64