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

Method add3

src/scope/scopeplot.cpp:330–338  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

328}
329
330void scopePlot::add3(double *data, unsigned long len,QString curveName,QString yRightLabel)
331{
332 c3.resize(len);
333 for (unsigned long i = 0; i < len; i++)
334 {
335 c3[i]=data[i];
336 }
337 plot3(curveName,yRightLabel);
338}
339
340void scopePlot::add4(double *data, unsigned long len,QString curveName)
341{

Callers

nothing calls this directly

Calls 1

resizeMethod · 0.80

Tested by

no test coverage detected