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
BladeRF2InputThread::Channel Struct Reference
+ Collaboration diagram for BladeRF2InputThread::Channel:

Public Member Functions

 Channel ()
 
 ~Channel ()
 

Public Attributes

SampleVector m_convertBuffer
 
SampleSinkFifom_sampleFifo
 
unsigned int m_log2Decim
 
int m_fcPos
 
Decimators< qint32, qint16, SDR_RX_SAMP_SZ, 12 > m_decimators
 

Detailed Description

Definition at line 56 of file bladerf2inputthread.h.

Constructor & Destructor Documentation

◆ Channel()

BladeRF2InputThread::Channel::Channel ( )
inline

Definition at line 64 of file bladerf2inputthread.h.

◆ ~Channel()

BladeRF2InputThread::Channel::~Channel ( )
inline

Definition at line 70 of file bladerf2inputthread.h.

71  {}

Member Data Documentation

◆ m_convertBuffer

SampleVector BladeRF2InputThread::Channel::m_convertBuffer

◆ m_decimators

Decimators<qint32, qint16, SDR_RX_SAMP_SZ, 12> BladeRF2InputThread::Channel::m_decimators

Definition at line 62 of file bladerf2inputthread.h.

Referenced by BladeRF2InputThread::callbackSI().

◆ m_fcPos

int BladeRF2InputThread::Channel::m_fcPos

◆ m_log2Decim

unsigned int BladeRF2InputThread::Channel::m_log2Decim

◆ m_sampleFifo

SampleSinkFifo* BladeRF2InputThread::Channel::m_sampleFifo

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