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 <devicebladerf2shared.h>
Classes | |
class | MsgReportBuddyChange |
Public Member Functions | |
DeviceBladeRF2Shared () | |
~DeviceBladeRF2Shared () | |
Public Attributes | |
DeviceBladeRF2 * | m_dev |
int | m_channel |
allocated channel (-1 if none) More... | |
BladeRF2Input * | m_source |
BladeRF2Output * | m_sink |
Static Public Attributes | |
static const float | m_sampleFifoLengthInSeconds = 0.25 |
static const int | m_sampleFifoMinSize = 75000 |
static const int | m_sampleFifoMinSize32 = 150000 |
Structure shared by a buddy with other buddies
Definition at line 32 of file devicebladerf2shared.h.
DeviceBladeRF2Shared::DeviceBladeRF2Shared | ( | ) |
DeviceBladeRF2Shared::~DeviceBladeRF2Shared | ( | ) |
Definition at line 33 of file devicebladerf2shared.cpp.
int DeviceBladeRF2Shared::m_channel |
allocated channel (-1 if none)
Definition at line 86 of file devicebladerf2shared.h.
Referenced by BladeRF2Output::closeDevice(), BladeRF2Input::closeDevice(), BladeRF2Output::openDevice(), and BladeRF2Input::openDevice().
DeviceBladeRF2* DeviceBladeRF2Shared::m_dev |
Definition at line 85 of file devicebladerf2shared.h.
Referenced by BladeRF2Output::applySettings(), BladeRF2Input::applySettings(), BladeRF2Output::closeDevice(), BladeRF2Input::closeDevice(), BladeRF2Output::getBandwidthRange(), BladeRF2Input::getBandwidthRange(), BladeRF2Output::getFrequencyRange(), BladeRF2Input::getFrequencyRange(), BladeRF2Output::getGlobalGainRange(), BladeRF2Input::getGlobalGainRange(), BladeRF2Output::getSampleRateRange(), BladeRF2Input::getSampleRateRange(), BladeRF2Output::handleMessage(), BladeRF2Input::handleMessage(), BladeRF2Output::openDevice(), BladeRF2Input::openDevice(), BladeRF2Output::start(), BladeRF2Input::start(), BladeRF2Output::stop(), BladeRF2Input::stop(), BladeRF2Output::webapiFormatDeviceReport(), and BladeRF2Input::webapiFormatDeviceReport().
|
static |
Definition at line 90 of file devicebladerf2shared.h.
Referenced by BladeRF2Output::applySettings().
|
static |
Definition at line 91 of file devicebladerf2shared.h.
Referenced by BladeRF2Output::applySettings().
|
static |
Definition at line 92 of file devicebladerf2shared.h.
Referenced by BladeRF2Output::applySettings().
BladeRF2Output* DeviceBladeRF2Shared::m_sink |
Definition at line 88 of file devicebladerf2shared.h.
Referenced by BladeRF2Output::closeDevice(), and BladeRF2Output::openDevice().
BladeRF2Input* DeviceBladeRF2Shared::m_source |
Definition at line 87 of file devicebladerf2shared.h.
Referenced by BladeRF2Input::closeDevice(), and BladeRF2Input::openDevice().