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 | |
SampleVector | m_convertBuffer |
SampleSinkFifo * | m_sampleFifo |
unsigned int | m_log2Decim |
int | m_fcPos |
Decimators< qint32, qint8, SDR_RX_SAMP_SZ, 8 > | m_decimators8 |
Decimators< qint32, qint16, SDR_RX_SAMP_SZ, 12 > | m_decimators12 |
Decimators< qint32, qint16, SDR_RX_SAMP_SZ, 16 > | m_decimators16 |
DecimatorsFI | m_decimatorsFloat |
Definition at line 58 of file soapysdrinputthread.h.
|
inline |
Definition at line 69 of file soapysdrinputthread.h.
|
inline |
Definition at line 75 of file soapysdrinputthread.h.
SampleVector SoapySDRInputThread::Channel::m_convertBuffer |
Definition at line 60 of file soapysdrinputthread.h.
Referenced by SoapySDRInputThread::callbackSI12(), SoapySDRInputThread::callbackSI16(), SoapySDRInputThread::callbackSI8(), SoapySDRInputThread::callbackSIF(), and SoapySDRInputThread::run().
Decimators<qint32, qint16, SDR_RX_SAMP_SZ, 12> SoapySDRInputThread::Channel::m_decimators12 |
Definition at line 65 of file soapysdrinputthread.h.
Referenced by SoapySDRInputThread::callbackSI12().
Decimators<qint32, qint16, SDR_RX_SAMP_SZ, 16> SoapySDRInputThread::Channel::m_decimators16 |
Definition at line 66 of file soapysdrinputthread.h.
Referenced by SoapySDRInputThread::callbackSI16().
Decimators<qint32, qint8, SDR_RX_SAMP_SZ, 8> SoapySDRInputThread::Channel::m_decimators8 |
Definition at line 64 of file soapysdrinputthread.h.
Referenced by SoapySDRInputThread::callbackSI8().
DecimatorsFI SoapySDRInputThread::Channel::m_decimatorsFloat |
Definition at line 67 of file soapysdrinputthread.h.
Referenced by SoapySDRInputThread::callbackSIF().
int SoapySDRInputThread::Channel::m_fcPos |
Definition at line 63 of file soapysdrinputthread.h.
Referenced by SoapySDRInputThread::getFcPos(), and SoapySDRInputThread::setFcPos().
unsigned int SoapySDRInputThread::Channel::m_log2Decim |
Definition at line 62 of file soapysdrinputthread.h.
Referenced by SoapySDRInputThread::getLog2Decimation(), and SoapySDRInputThread::setLog2Decimation().
SampleSinkFifo* SoapySDRInputThread::Channel::m_sampleFifo |
Definition at line 61 of file soapysdrinputthread.h.
Referenced by SoapySDRInputThread::callbackSI12(), SoapySDRInputThread::callbackSI16(), SoapySDRInputThread::callbackSI8(), SoapySDRInputThread::callbackSIF(), SoapySDRInputThread::getFifo(), and SoapySDRInputThread::setFifo().