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

Method drawPlot

tmp/grutil/src/grtimeplotaddon.cpp:229–241  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

227}
228
229void GRTimePlotAddon::drawPlot()
230{
231 // qInfo(CAT_GRTIMEPLOT)<<"Draw plot";
232 if(!time_sink)
233 return;
234 setRawSamplesPtr();
235 drawTags();
236 plot()->replot();
237 m_xyPlotWidget->replot();
238 m_fftPlotWidget->replot();
239 if(time_sink->finishedAcquisition())
240 Q_EMIT requestStop();
241}
242
243QList<GRTimeChannelAddon *> GRTimePlotAddon::getGrChannels() const { return grChannels; }
244

Callers

nothing calls this directly

Calls 2

finishedAcquisitionMethod · 0.80
replotMethod · 0.45

Tested by

no test coverage detected