18 #ifndef INCLUDE_HACKRFOUTPUTTHREAD_H 19 #define INCLUDE_HACKRFOUTPUTTHREAD_H 23 #include <QWaitCondition> 24 #include <libhackrf/hackrf.h> 29 #define HACKRF_BLOCKSIZE (1<<17) 58 void callback(qint8* buf, qint32 len);
62 #endif // INCLUDE_HACKRFOUTPUTTHREAD_H Interpolators< qint8, SDR_TX_SAMP_SZ, 8 > m_interpolators
unsigned int m_log2Interp
QWaitCondition m_startWaiter
void setLog2Interpolation(unsigned int log2_interp)
SampleSourceFifo * m_sampleFifo
HackRFOutputThread(hackrf_device *dev, SampleSourceFifo *sampleFifo, QObject *parent=NULL)
static int tx_callback(hackrf_transfer *transfer)
void callback(qint8 *buf, qint32 len)
qint8 m_buf[2 *HACKRF_BLOCKSIZE]