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.
Classes | Public Member Functions | Public Attributes | Static Public Attributes | List of all members
DevicePlutoSDRShared Class Reference

#include <deviceplutosdrshared.h>

+ Collaboration diagram for DevicePlutoSDRShared:

Classes

class  MsgCrossReportToBuddy
 
class  ThreadInterface
 

Public Member Functions

 DevicePlutoSDRShared ()
 
 ~DevicePlutoSDRShared ()
 

Public Attributes

DevicePlutoSDRParamsm_deviceParams
 unique hardware device parameters More...
 
ThreadInterfacem_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
 

Detailed Description

Structure shared by a buddy with other buddies

Definition at line 31 of file deviceplutosdrshared.h.

Constructor & Destructor Documentation

◆ DevicePlutoSDRShared()

DevicePlutoSDRShared::DevicePlutoSDRShared ( )
inline

Definition at line 96 of file deviceplutosdrshared.h.

96  :
97  m_deviceParams(0),
98  m_thread(0),
99  m_threadWasRunning(false)
100  {}
bool m_threadWasRunning
flag to know if thread needs to be resumed after suspend
ThreadInterface * m_thread
holds the thread address if started else 0
DevicePlutoSDRParams * m_deviceParams
unique hardware device parameters

◆ ~DevicePlutoSDRShared()

DevicePlutoSDRShared::~DevicePlutoSDRShared ( )
inline

Definition at line 102 of file deviceplutosdrshared.h.

103  {}

Member Data Documentation

◆ m_deviceParams

DevicePlutoSDRParams* DevicePlutoSDRShared::m_deviceParams

◆ m_sampleFifoLengthInSeconds

const float DevicePlutoSDRShared::m_sampleFifoLengthInSeconds = 0.25
static

Definition at line 93 of file deviceplutosdrshared.h.

◆ m_sampleFifoMinSize

const int DevicePlutoSDRShared::m_sampleFifoMinSize = 48000
static

Definition at line 94 of file deviceplutosdrshared.h.

◆ m_thread

ThreadInterface* DevicePlutoSDRShared::m_thread

◆ m_threadWasRunning

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


The documentation for this class was generated from the following files: