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 48 of file bladerf2outputthread.h.
|
inline |
Definition at line 54 of file bladerf2outputthread.h.
|
inline |
Definition at line 59 of file bladerf2outputthread.h.
Interpolators<qint16, SDR_TX_SAMP_SZ, 12> BladeRF2OutputThread::Channel::m_interpolators |
Definition at line 52 of file bladerf2outputthread.h.
Referenced by BladeRF2OutputThread::callbackSO().
unsigned int BladeRF2OutputThread::Channel::m_log2Interp |
Definition at line 51 of file bladerf2outputthread.h.
Referenced by BladeRF2OutputThread::getLog2Interpolation(), and BladeRF2OutputThread::setLog2Interpolation().
SampleSourceFifo* BladeRF2OutputThread::Channel::m_sampleFifo |
Definition at line 50 of file bladerf2outputthread.h.
Referenced by BladeRF2OutputThread::callbackSO(), BladeRF2OutputThread::getFifo(), and BladeRF2OutputThread::setFifo().