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 <devicehackrfparam.h>
Public Member Functions | |
DeviceHackRFParams () | |
Public Attributes | |
struct hackrf_device * | m_dev |
device handle if the party has ownership else 0 More... | |
This structure is owned by each of the parties sharing the same physical device It allows exchange of information on the common resources 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 31 of file devicehackrfparam.h.
|
inline |
Definition at line 35 of file devicehackrfparam.h.
struct hackrf_device* DeviceHackRFParams::m_dev |
device handle if the party has ownership else 0
Definition at line 33 of file devicehackrfparam.h.
Referenced by HackRFOutput::closeDevice(), HackRFInput::closeDevice(), HackRFOutput::openDevice(), and HackRFInput::openDevice().