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

Method framePosition

app/src/CSV/Player.cpp:119–122  ·  view source on GitHub ↗

* @brief Returns the current CSV row being replayed. */

Source from the content-addressed store, hash-verified

117 * @brief Returns the current CSV row being replayed.
118 */
119int CSV::Player::framePosition() const
120{
121 return m_framePos;
122}
123
124/**
125 * @brief Returns the base filename of the currently open CSV file.

Callers 6

stepMethod · 0.45
setProgressMethod · 0.45
getStatusMethod · 0.45
stepMethod · 0.45
setProgressMethod · 0.45
getStatusMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected