MCPcopy Create free account
hub / github.com/cjcliffe/CubicSDR / terminate

Method terminate

src/sdr/SDRPostThread.cpp:211–218  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

209}
210
211void SDRPostThread::terminate() {
212 IOThread::terminate();
213 //unblock push()
214 iqVisualQueue->flush();
215 iqDataInQueue->flush();
216 iqDataOutQueue->flush();
217 iqActiveDemodVisualQueue->flush();
218}
219
220// Copy the full badwidth into a new DemodulatorThreadIQDataPtr.
221DemodulatorThreadIQDataPtr SDRPostThread::getFullSampleRateIqData(SDRThreadIQData *data_in) {

Callers

nothing calls this directly

Calls 1

flushMethod · 0.80

Tested by

no test coverage detected