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< qint8, SDR_TX_SAMP_SZ, 8 > | m_interpolators8 |
Interpolators< qint16, SDR_TX_SAMP_SZ, 12 > | m_interpolators12 |
Interpolators< qint16, SDR_TX_SAMP_SZ, 16 > | m_interpolators16 |
InterpolatorsIF< SDR_TX_SAMP_SZ, SDR_TX_SAMP_SZ > | m_interpolatorsIF |
Definition at line 53 of file soapysdroutputthread.h.
|
inline |
Definition at line 62 of file soapysdroutputthread.h.
|
inline |
Definition at line 67 of file soapysdroutputthread.h.
Interpolators<qint16, SDR_TX_SAMP_SZ, 12> SoapySDROutputThread::Channel::m_interpolators12 |
Definition at line 58 of file soapysdroutputthread.h.
Referenced by SoapySDROutputThread::callbackSO12().
Interpolators<qint16, SDR_TX_SAMP_SZ, 16> SoapySDROutputThread::Channel::m_interpolators16 |
Definition at line 59 of file soapysdroutputthread.h.
Referenced by SoapySDROutputThread::callbackSO16().
Interpolators<qint8, SDR_TX_SAMP_SZ, 8> SoapySDROutputThread::Channel::m_interpolators8 |
Definition at line 57 of file soapysdroutputthread.h.
Referenced by SoapySDROutputThread::callbackSO8().
InterpolatorsIF<SDR_TX_SAMP_SZ, SDR_TX_SAMP_SZ> SoapySDROutputThread::Channel::m_interpolatorsIF |
Definition at line 60 of file soapysdroutputthread.h.
Referenced by SoapySDROutputThread::callbackSOIF().
unsigned int SoapySDROutputThread::Channel::m_log2Interp |
Definition at line 56 of file soapysdroutputthread.h.
Referenced by SoapySDROutputThread::getLog2Interpolation(), and SoapySDROutputThread::setLog2Interpolation().
SampleSourceFifo* SoapySDROutputThread::Channel::m_sampleFifo |
Definition at line 55 of file soapysdroutputthread.h.
Referenced by SoapySDROutputThread::callbackSO12(), SoapySDROutputThread::callbackSO16(), SoapySDROutputThread::callbackSO8(), SoapySDROutputThread::callbackSOIF(), SoapySDROutputThread::getFifo(), and SoapySDROutputThread::setFifo().