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.
|
#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... | |
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.
|
inline |
Definition at line 32 of file devicebladerf1param.h.
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().
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().