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

Method setFrame

app/src/UI/Widgets/PainterDataBridge.cpp:44–48  ·  view source on GitHub ↗

* @brief Refreshes the per-tick frame counter and wall-clock stamp. */

Source from the content-addressed store, hash-verified

42 * @brief Refreshes the per-tick frame counter and wall-clock stamp.
43 */
44void Widgets::PainterDataBridge::setFrame(qulonglong frameNumber, qint64 timestampMs)
45{
46 m_frameNumber = frameNumber;
47 m_frameTimestampMs = timestampMs;
48}
49
50//--------------------------------------------------------------------------------------------------
51// Group accessors

Callers 2

updateDataMethod · 0.80
tickPreviewMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected