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

#include <devicebladerf1param.h>

Public Member Functions

 DeviceBladeRF1Params ()
 

Public Attributes

struct bladerf * m_dev
 device handle if the party has ownership else 0 More...
 
bool m_xb200Attached
 true if XB200 is attached and owned by the party More...
 

Detailed Description

This structure is owned by each of the parties sharing the same physical device It allows exchange of information on the common resources

Definition at line 27 of file devicebladerf1param.h.

Constructor & Destructor Documentation

◆ DeviceBladeRF1Params()

DeviceBladeRF1Params::DeviceBladeRF1Params ( )
inline

Definition at line 32 of file devicebladerf1param.h.

32  :
33  m_dev(0),
34  m_xb200Attached(false)
35  {
36  }
bool m_xb200Attached
true if XB200 is attached and owned by the party
struct bladerf * m_dev
device handle if the party has ownership else 0

Member Data Documentation

◆ m_dev

struct bladerf* DeviceBladeRF1Params::m_dev

device handle if the party has ownership else 0

Definition at line 29 of file devicebladerf1param.h.

Referenced by Bladerf1Output::closeDevice(), Bladerf1Input::closeDevice(), Bladerf1Output::openDevice(), and Bladerf1Input::openDevice().

◆ m_xb200Attached

bool DeviceBladeRF1Params::m_xb200Attached

true if XB200 is attached and owned by the party

Definition at line 30 of file devicebladerf1param.h.

Referenced by Bladerf1Output::applySettings(), and Bladerf1Input::applySettings().


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