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
DeviceXTRXParams Struct Reference

#include <devicextrxparam.h>

Public Member Functions

 DeviceXTRXParams ()
 
 ~DeviceXTRXParams ()
 

Public Attributes

uint32_t m_nbRxChannels
 number of Rx channels More...
 
uint32_t m_nbTxChannels
 number of Tx channels More...
 

Detailed Description

Definition at line 25 of file devicextrxparam.h.

Constructor & Destructor Documentation

◆ DeviceXTRXParams()

DeviceXTRXParams::DeviceXTRXParams ( )

Definition at line 22 of file devicextrxparam.cpp.

22  :
23  m_nbRxChannels(2),
25 {}
uint32_t m_nbTxChannels
number of Tx channels
uint32_t m_nbRxChannels
number of Rx channels

◆ ~DeviceXTRXParams()

DeviceXTRXParams::~DeviceXTRXParams ( )

Definition at line 27 of file devicextrxparam.cpp.

28 {}

Member Data Documentation

◆ m_nbRxChannels

uint32_t DeviceXTRXParams::m_nbRxChannels

number of Rx channels

Definition at line 27 of file devicextrxparam.h.

Referenced by XTRXInputPlugin::enumSampleSources().

◆ m_nbTxChannels

uint32_t DeviceXTRXParams::m_nbTxChannels

number of Tx channels

Definition at line 28 of file devicextrxparam.h.

Referenced by XTRXOutputPlugin::enumSampleSinks().


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