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

Public Member Functions

 Channel ()
 
 ~Channel ()
 

Public Attributes

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

Detailed Description

Definition at line 52 of file xtrxinputthread.h.

Constructor & Destructor Documentation

◆ Channel()

XTRXInputThread::Channel::Channel ( )
inline

Definition at line 59 of file xtrxinputthread.h.

59  :
60  m_sampleFifo(0),
61  m_log2Decim(0)
62  {}
SampleSinkFifo * m_sampleFifo

◆ ~Channel()

XTRXInputThread::Channel::~Channel ( )
inline

Definition at line 64 of file xtrxinputthread.h.

65  {}

Member Data Documentation

◆ m_convertBuffer

SampleVector XTRXInputThread::Channel::m_convertBuffer

◆ m_decimators

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

Definition at line 57 of file xtrxinputthread.h.

Referenced by XTRXInputThread::callbackSI().

◆ m_log2Decim

unsigned int XTRXInputThread::Channel::m_log2Decim

◆ m_sampleFifo

SampleSinkFifo* XTRXInputThread::Channel::m_sampleFifo

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