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

#include <devicehackrfparam.h>

Public Member Functions

 DeviceHackRFParams ()
 

Public Attributes

struct hackrf_device * m_dev
 device handle if the party has ownership else 0 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 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.

Constructor & Destructor Documentation

◆ DeviceHackRFParams()

DeviceHackRFParams::DeviceHackRFParams ( )
inline

Definition at line 35 of file devicehackrfparam.h.

35  :
36  m_dev(0)
37  {
38  }
struct hackrf_device * m_dev
device handle if the party has ownership else 0

Member Data Documentation

◆ m_dev

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().


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