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 <deviceplutosdrshared.h>
Classes | |
class | MsgCrossReportToBuddy |
class | ThreadInterface |
Public Member Functions | |
DevicePlutoSDRShared () | |
~DevicePlutoSDRShared () | |
Public Attributes | |
DevicePlutoSDRParams * | m_deviceParams |
unique hardware device parameters More... | |
ThreadInterface * | m_thread |
holds the thread address if started else 0 More... | |
bool | m_threadWasRunning |
flag to know if thread needs to be resumed after suspend More... | |
Static Public Attributes | |
static const float | m_sampleFifoLengthInSeconds = 0.25 |
static const int | m_sampleFifoMinSize = 48000 |
Structure shared by a buddy with other buddies
Definition at line 31 of file deviceplutosdrshared.h.
|
inline |
Definition at line 96 of file deviceplutosdrshared.h.
|
inline |
Definition at line 102 of file deviceplutosdrshared.h.
DevicePlutoSDRParams* DevicePlutoSDRShared::m_deviceParams |
unique hardware device parameters
Definition at line 89 of file deviceplutosdrshared.h.
Referenced by PlutoSDROutput::applySettings(), PlutoSDRInput::applySettings(), PlutoSDROutput::closeDevice(), PlutoSDRInput::closeDevice(), PlutoSDROutput::fetchTemperature(), PlutoSDRInput::fetchTemperature(), PlutoSDROutput::getbbLPRange(), PlutoSDRInput::getbbLPRange(), PlutoSDRInput::getGain(), PlutoSDROutput::getLORange(), PlutoSDRInput::getLORange(), PlutoSDROutput::getRSSI(), PlutoSDRInput::getRSSI(), PlutoSDROutput::getTemperature(), PlutoSDRInput::getTemperature(), PlutoSDROutput::openDevice(), PlutoSDRInput::openDevice(), PlutoSDROutput::start(), and PlutoSDRInput::start().
|
static |
Definition at line 93 of file deviceplutosdrshared.h.
|
static |
Definition at line 94 of file deviceplutosdrshared.h.
ThreadInterface* DevicePlutoSDRShared::m_thread |
holds the thread address if started else 0
Definition at line 90 of file deviceplutosdrshared.h.
Referenced by PlutoSDROutput::applySettings(), PlutoSDRInput::applySettings(), PlutoSDROutput::resumeBuddies(), PlutoSDRInput::resumeBuddies(), PlutoSDROutput::start(), PlutoSDRInput::start(), PlutoSDROutput::stop(), PlutoSDRInput::stop(), PlutoSDROutput::suspendBuddies(), and PlutoSDRInput::suspendBuddies().
bool DevicePlutoSDRShared::m_threadWasRunning |
flag to know if thread needs to be resumed after suspend
Definition at line 91 of file deviceplutosdrshared.h.
Referenced by PlutoSDROutput::applySettings(), and PlutoSDRInput::applySettings().