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 |
Decimators< qint32, qint16, SDR_RX_SAMP_SZ, 12 > | m_decimators |
Definition at line 52 of file xtrxinputthread.h.
|
inline |
Definition at line 59 of file xtrxinputthread.h.
|
inline |
Definition at line 64 of file xtrxinputthread.h.
SampleVector XTRXInputThread::Channel::m_convertBuffer |
Definition at line 54 of file xtrxinputthread.h.
Referenced by XTRXInputThread::callbackSI(), and XTRXInputThread::XTRXInputThread().
Decimators<qint32, qint16, SDR_RX_SAMP_SZ, 12> XTRXInputThread::Channel::m_decimators |
Definition at line 57 of file xtrxinputthread.h.
Referenced by XTRXInputThread::callbackSI().
unsigned int XTRXInputThread::Channel::m_log2Decim |
Definition at line 56 of file xtrxinputthread.h.
Referenced by XTRXInputThread::getLog2Decimation(), and XTRXInputThread::setLog2Decimation().
SampleSinkFifo* XTRXInputThread::Channel::m_sampleFifo |
Definition at line 55 of file xtrxinputthread.h.
Referenced by XTRXInputThread::callbackSI(), XTRXInputThread::getFifo(), and XTRXInputThread::setFifo().