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

Public Member Functions

 Channel ()
 
 ~Channel ()
 

Public Attributes

SampleSourceFifom_sampleFifo
 
unsigned int m_log2Interp
 
Interpolators< qint16, SDR_TX_SAMP_SZ, 12 > m_interpolators
 

Detailed Description

Definition at line 48 of file bladerf2outputthread.h.

Constructor & Destructor Documentation

◆ Channel()

BladeRF2OutputThread::Channel::Channel ( )
inline

Definition at line 54 of file bladerf2outputthread.h.

54  :
55  m_sampleFifo(0),
56  m_log2Interp(0)
57  {}

◆ ~Channel()

BladeRF2OutputThread::Channel::~Channel ( )
inline

Definition at line 59 of file bladerf2outputthread.h.

60  {}

Member Data Documentation

◆ m_interpolators

Interpolators<qint16, SDR_TX_SAMP_SZ, 12> BladeRF2OutputThread::Channel::m_interpolators

Definition at line 52 of file bladerf2outputthread.h.

Referenced by BladeRF2OutputThread::callbackSO().

◆ m_log2Interp

unsigned int BladeRF2OutputThread::Channel::m_log2Interp

◆ m_sampleFifo

SampleSourceFifo* BladeRF2OutputThread::Channel::m_sampleFifo

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