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

Method SetAuthor

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

Source from the content-addressed store, hash-verified

36 return str;
37 }
38 void SetAuthor(const char* author) { MdfHeaderSetAuthor(header, author); }
39 std::string GetDepartment() const {
40 std::string str(MdfHeaderGetDepartment(header, nullptr) + 1, '\0');
41 str.resize(MdfHeaderGetDepartment(header, str.data()));

Callers 1

cpp_exampleFunction · 0.80

Calls

no outgoing calls

Tested by 1

cpp_exampleFunction · 0.64