Graph::NUMBER_OF_POINTS is only used within TouchGFX.
 
Symbols
loading...
Files
loading...

Graph::NUMBER_OF_POINTS variable

Syntax

static const int NUMBER_OF_POINTS = 40;

References

LocationReferrerScopeText
Graph.hpp:226
static const int NUMBER_OF_POINTS = 40; ///< Max number of points in the graph
Graph.cpp:48Graph::setup()Graph
graphLine.setBuffer(graphBuffer, NUMBER_OF_POINTS);
Graph.hpp:235
GraphLine::GraphPoint graphBuffer[NUMBER_OF_POINTS]; ///< Memory for the graph points
GraphView.cpp:220GraphView::handleTickEvent()GraphView
if (pointCounter < Graph::NUMBER_OF_POINTS)
GraphView.cpp:251GraphView::handleTickEvent()GraphView
if (pointCounter < Graph::NUMBER_OF_POINTS)

Data Use

Functions reading Graph::NUMBER_OF_POINTS
Graph::NUMBER_OF_POINTS