| 209 | } |
| 210 | |
| 211 | void 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. |
| 221 | DemodulatorThreadIQDataPtr SDRPostThread::getFullSampleRateIqData(SDRThreadIQData *data_in) { |