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

Public Member Functions

 Channel ()
 
 ~Channel ()
 

Public Attributes

SampleSourceFifom_sampleFifo
 
unsigned int m_log2Interp
 
Interpolators< qint8, SDR_TX_SAMP_SZ, 8 > m_interpolators8
 
Interpolators< qint16, SDR_TX_SAMP_SZ, 12 > m_interpolators12
 
Interpolators< qint16, SDR_TX_SAMP_SZ, 16 > m_interpolators16
 
InterpolatorsIF< SDR_TX_SAMP_SZ, SDR_TX_SAMP_SZm_interpolatorsIF
 

Detailed Description

Definition at line 53 of file soapysdroutputthread.h.

Constructor & Destructor Documentation

◆ Channel()

SoapySDROutputThread::Channel::Channel ( )
inline

Definition at line 62 of file soapysdroutputthread.h.

62  :
63  m_sampleFifo(0),
64  m_log2Interp(0)
65  {}

◆ ~Channel()

SoapySDROutputThread::Channel::~Channel ( )
inline

Definition at line 67 of file soapysdroutputthread.h.

68  {}

Member Data Documentation

◆ m_interpolators12

Interpolators<qint16, SDR_TX_SAMP_SZ, 12> SoapySDROutputThread::Channel::m_interpolators12

Definition at line 58 of file soapysdroutputthread.h.

Referenced by SoapySDROutputThread::callbackSO12().

◆ m_interpolators16

Interpolators<qint16, SDR_TX_SAMP_SZ, 16> SoapySDROutputThread::Channel::m_interpolators16

Definition at line 59 of file soapysdroutputthread.h.

Referenced by SoapySDROutputThread::callbackSO16().

◆ m_interpolators8

Interpolators<qint8, SDR_TX_SAMP_SZ, 8> SoapySDROutputThread::Channel::m_interpolators8

Definition at line 57 of file soapysdroutputthread.h.

Referenced by SoapySDROutputThread::callbackSO8().

◆ m_interpolatorsIF

InterpolatorsIF<SDR_TX_SAMP_SZ, SDR_TX_SAMP_SZ> SoapySDROutputThread::Channel::m_interpolatorsIF

Definition at line 60 of file soapysdroutputthread.h.

Referenced by SoapySDROutputThread::callbackSOIF().

◆ m_log2Interp

unsigned int SoapySDROutputThread::Channel::m_log2Interp

◆ m_sampleFifo

SampleSourceFifo* SoapySDROutputThread::Channel::m_sampleFifo

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