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

Method frameCount

app/src/CSV/Player.cpp:111–114  ·  view source on GitHub ↗

* @brief Returns the total number of data frames in the CSV file. */

Source from the content-addressed store, hash-verified

109 * @brief Returns the total number of data frames in the CSV file.
110 */
111int CSV::Player::frameCount() const
112{
113 return m_csvData.count();
114}
115
116/**
117 * @brief Returns the current CSV row being replayed.

Callers 2

getStatusMethod · 0.45
getStatusMethod · 0.45

Calls 1

countMethod · 0.45

Tested by

no test coverage detected