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

Method SetProject

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

Source from the content-addressed store, hash-verified

50 return str;
51 }
52 void SetProject(const char* project) { MdfHeaderSetProject(header, project); }
53 std::string GetSubject() const {
54 std::string str(MdfHeaderGetSubject(header, nullptr) + 1, '\0');
55 str.resize(MdfHeaderGetSubject(header, str.data()));

Callers 1

cpp_exampleFunction · 0.80

Calls

no outgoing calls

Tested by 1

cpp_exampleFunction · 0.64