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 | Public Attributes | List of all members
SoapySDRInputThread::Channel Struct Reference
+ Collaboration diagram for SoapySDRInputThread::Channel:

Public Member Functions

 Channel ()
 
 ~Channel ()
 

Public Attributes

SampleVector m_convertBuffer
 
SampleSinkFifom_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
 

Detailed Description

Definition at line 58 of file soapysdrinputthread.h.

Constructor & Destructor Documentation

◆ Channel()

SoapySDRInputThread::Channel::Channel ( )
inline

Definition at line 69 of file soapysdrinputthread.h.

◆ ~Channel()

SoapySDRInputThread::Channel::~Channel ( )
inline

Definition at line 75 of file soapysdrinputthread.h.

76  {}

Member Data Documentation

◆ m_convertBuffer

SampleVector SoapySDRInputThread::Channel::m_convertBuffer

◆ m_decimators12

Decimators<qint32, qint16, SDR_RX_SAMP_SZ, 12> SoapySDRInputThread::Channel::m_decimators12

Definition at line 65 of file soapysdrinputthread.h.

Referenced by SoapySDRInputThread::callbackSI12().

◆ m_decimators16

Decimators<qint32, qint16, SDR_RX_SAMP_SZ, 16> SoapySDRInputThread::Channel::m_decimators16

Definition at line 66 of file soapysdrinputthread.h.

Referenced by SoapySDRInputThread::callbackSI16().

◆ m_decimators8

Decimators<qint32, qint8, SDR_RX_SAMP_SZ, 8> SoapySDRInputThread::Channel::m_decimators8

Definition at line 64 of file soapysdrinputthread.h.

Referenced by SoapySDRInputThread::callbackSI8().

◆ m_decimatorsFloat

DecimatorsFI SoapySDRInputThread::Channel::m_decimatorsFloat

Definition at line 67 of file soapysdrinputthread.h.

Referenced by SoapySDRInputThread::callbackSIF().

◆ m_fcPos

int SoapySDRInputThread::Channel::m_fcPos

◆ m_log2Decim

unsigned int SoapySDRInputThread::Channel::m_log2Decim

◆ m_sampleFifo

SampleSinkFifo* SoapySDRInputThread::Channel::m_sampleFifo

The documentation for this struct was generated from the following file: