MCPcopy Create free account
hub / github.com/analogdevicesinc/scopy / updateDataLimits

Method updateDataLimits

gui/src/widgets/plotbufferpreviewer.cpp:94–99  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

92}
93
94void PlotBufferPreviewer::updateDataLimits(double min, double max)
95{
96 m_bufferDataLimitMin = min;
97 m_bufferDataLimitMax = max;
98 updateBufferPreviewer();
99}
100
101void PlotBufferPreviewer::updateBufferPreviewer()
102{

Callers 3

updateBufferPreviewerMethod · 0.80
GRTimePlotAddonMethod · 0.80
updateXAxisMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected