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

Method engineEpoch

app/src/DataModel/Scripting/FrameParser.cpp:419–422  ·  view source on GitHub ↗

* @brief Monotonic engine-set change counter; lets per-frame callers poll with one compare. */

Source from the content-addressed store, hash-verified

417 * @brief Monotonic engine-set change counter; lets per-frame callers poll with one compare.
418 */
419int DataModel::FrameParser::engineEpoch() const noexcept
420{
421 return m_engineEpoch;
422}
423
424/**
425 * @brief Loads per-source code into the source engine.

Callers 1

beginDatasetPassMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected