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

Method setTemplateFrame

app/src/CSV/Export.cpp:80–83  ·  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

78 * the assignment never races processItems() or closeResources().
79 */
80void CSV::ExportWorker::setTemplateFrame(const DataModel::Frame& frame)
81{
82 m_templateFrame = frame;
83}
84
85/**
86 * @brief Processes a batch of CSV frames, creating the file if needed.

Callers 1

Calls

no outgoing calls

Tested by

no test coverage detected