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

Method pointCount

app/src/DataModel/ProjectModel.cpp:1197–1200  ·  view source on GitHub ↗

* @brief Returns the dashboard point count (0 = use global default). */

Source from the content-addressed store, hash-verified

1195 * @brief Returns the dashboard point count (0 = use global default).
1196 */
1197int DataModel::ProjectModel::pointCount() const noexcept
1198{
1199 return m_pointCount;
1200}
1201
1202/**
1203 * @brief Returns the project's plot time range in seconds (visible window for time-axis plots).

Callers 2

projectSnapshotMethod · 0.80
DashboardMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected