MCPcopy Create free account
hub / github.com/aethersdr/AetherSDR / appendScopeSamples

Method appendScopeSamples

src/gui/WaveApplet.cpp:385–393  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

383}
384
385void WaveApplet::appendScopeSamples(const QByteArray& monoFloat32Pcm,
386 int sampleRate,
387 bool tx)
388{
389 if (!m_active)
390 return; // lean mode: drop the feed so the scope never repaints
391 if (m_waveform)
392 m_waveform->appendScopeSamples(monoFloat32Pcm, sampleRate, tx);
393}
394
395void WaveApplet::setActive(bool on)
396{

Callers 2

MainWindowMethod · 0.45
StripWaveformPanelMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected