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
XTRXOutputThread::Channel Struct Reference
+ Collaboration diagram for XTRXOutputThread::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 51 of file xtrxoutputthread.h.

Constructor & Destructor Documentation

◆ Channel()

XTRXOutputThread::Channel::Channel ( )
inline

Definition at line 57 of file xtrxoutputthread.h.

57  :
58  m_sampleFifo(0),
59  m_log2Interp(0)
60  {}
SampleSourceFifo * m_sampleFifo

◆ ~Channel()

XTRXOutputThread::Channel::~Channel ( )
inline

Definition at line 62 of file xtrxoutputthread.h.

63  {}

Member Data Documentation

◆ m_interpolators

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

Definition at line 55 of file xtrxoutputthread.h.

Referenced by XTRXOutputThread::callback(), and XTRXOutputThread::callbackSO().

◆ m_log2Interp

unsigned int XTRXOutputThread::Channel::m_log2Interp

◆ m_sampleFifo

SampleSourceFifo* XTRXOutputThread::Channel::m_sampleFifo

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