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, qint16, SDR_RX_SAMP_SZ, 12 > | m_decimators |
Definition at line 56 of file bladerf2inputthread.h.
|
inline |
Definition at line 64 of file bladerf2inputthread.h.
|
inline |
Definition at line 70 of file bladerf2inputthread.h.
SampleVector BladeRF2InputThread::Channel::m_convertBuffer |
Definition at line 58 of file bladerf2inputthread.h.
Referenced by BladeRF2InputThread::BladeRF2InputThread(), and BladeRF2InputThread::callbackSI().
Decimators<qint32, qint16, SDR_RX_SAMP_SZ, 12> BladeRF2InputThread::Channel::m_decimators |
Definition at line 62 of file bladerf2inputthread.h.
Referenced by BladeRF2InputThread::callbackSI().
int BladeRF2InputThread::Channel::m_fcPos |
Definition at line 61 of file bladerf2inputthread.h.
Referenced by BladeRF2InputThread::getFcPos(), and BladeRF2InputThread::setFcPos().
unsigned int BladeRF2InputThread::Channel::m_log2Decim |
Definition at line 60 of file bladerf2inputthread.h.
Referenced by BladeRF2InputThread::getLog2Decimation(), and BladeRF2InputThread::setLog2Decimation().
SampleSinkFifo* BladeRF2InputThread::Channel::m_sampleFifo |
Definition at line 59 of file bladerf2inputthread.h.
Referenced by BladeRF2InputThread::callbackSI(), BladeRF2InputThread::getFifo(), and BladeRF2InputThread::setFifo().