MCPcopy Create free account
hub / github.com/ON4QZ/QSSTV / add4

Method add4

src/scope/scopeplot.cpp:340–348  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

338}
339
340void scopePlot::add4(double *data, unsigned long len,QString curveName)
341{
342 c4.resize(len);
343 for (unsigned long i = 0; i < len; i++)
344 {
345 c4[i]=data[i];
346 }
347 plot4(curveName);
348}
349
350void scopePlot::show()
351{

Callers

nothing calls this directly

Calls 1

resizeMethod · 0.80

Tested by

no test coverage detected