AbstractGraph::setBuffer() is only used within TouchGFX.
 
Symbols
loading...
Files
loading...

AbstractGraph::setBuffer() method

@fn void AbstractGraph::setBuffer(GraphPoint *pointsBuffer, int numPointsInBuffer) Sets a buffer to be used to store points on the graph line. Sets a buffer to be used to store points on the graph line.

Syntax

void setBuffer(GraphPoint *pointsBuffer,     int numPointsInBuffer);
Implemented in AbstractGraph.cpp:54

Arguments

pointsBuffer

numPointsInBuffer

Number of points in buffers.

Call Tree

Functions calling AbstractGraph::setBuffer()
Functions called by AbstractGraph::setBuffer()
AbstractGraph::setBuffer()
all items filtered out
Data read by AbstractGraph::setBuffer()
Data written by AbstractGraph::setBuffer()
AbstractGraph::setBuffer()