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

Method setTemplateFrame

app/src/MDF4/Export.cpp:195–198  ·  view source on GitHub ↗

* @brief Stores the schema template frame; must run on the worker thread (queued invoke) so * the assignment never races processItems() or closeResources(). */

Source from the content-addressed store, hash-verified

193 * the assignment never races processItems() or closeResources().
194 */
195void MDF4::ExportWorker::setTemplateFrame(const DataModel::Frame& frame)
196{
197 m_templateFrame = frame;
198}
199
200/**
201 * @brief Sanitizes a frame title for use as a directory name.

Callers 1

Calls

no outgoing calls

Tested by

no test coverage detected