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

Method add2

src/scope/scopeplot.cpp:320–328  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

318
319
320void scopePlot::add2(double *data, unsigned long len,QString curveName)
321{
322 c2.resize(len);
323 for (unsigned long i = 0; i < len; i++)
324 {
325 c2[i]=data[i];
326 }
327 plot2(curveName);
328}
329
330void scopePlot::add3(double *data, unsigned long len,QString curveName,QString yRightLabel)
331{

Callers

nothing calls this directly

Calls 1

resizeMethod · 0.80

Tested by

no test coverage detected