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

Method SetName

lib/mdflib/include/mdflibrary/MdfFile.h:27–27  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

25 return str;
26 }
27 void SetName(const char* name) { MdfFileSetName(file, name); }
28 std::string GetFileName() const {
29 std::string str(MdfFileGetFileName(file, nullptr) + 1, '\0');
30 str.resize(MdfFileGetFileName(file, str.data()));

Callers 2

OnAboutMethod · 0.45
cpp_exampleFunction · 0.45

Calls

no outgoing calls

Tested by 1

cpp_exampleFunction · 0.36