SDRAngel
4.11.5
Developer docs for <a href="https://github.com/f4exb/sdrangel">SDRangel<\a>, an Open Source Qt5 / OpenGL 3.0+ SDR and signal analyzer frontend to various hardware.
|
Public Member Functions | |
Channel () | |
~Channel () | |
Public Attributes | |
SampleSourceFifo * | m_sampleFifo |
unsigned int | m_log2Interp |
Interpolators< qint16, SDR_TX_SAMP_SZ, 12 > | m_interpolators |
Definition at line 51 of file xtrxoutputthread.h.
|
inline |
Definition at line 57 of file xtrxoutputthread.h.
|
inline |
Definition at line 62 of file xtrxoutputthread.h.
Interpolators<qint16, SDR_TX_SAMP_SZ, 12> XTRXOutputThread::Channel::m_interpolators |
Definition at line 55 of file xtrxoutputthread.h.
Referenced by XTRXOutputThread::callback(), and XTRXOutputThread::callbackSO().
unsigned int XTRXOutputThread::Channel::m_log2Interp |
Definition at line 54 of file xtrxoutputthread.h.
Referenced by XTRXOutputThread::getLog2Interpolation(), and XTRXOutputThread::setLog2Interpolation().
SampleSourceFifo* XTRXOutputThread::Channel::m_sampleFifo |
Definition at line 53 of file xtrxoutputthread.h.
Referenced by XTRXOutputThread::callback(), XTRXOutputThread::callbackSO(), XTRXOutputThread::getFifo(), and XTRXOutputThread::setFifo().