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 | Static Public Member Functions | Private Member Functions | Private Attributes | List of all members
UDPSource::MsgUDPSourceSpectrum Class Reference
+ Inheritance diagram for UDPSource::MsgUDPSourceSpectrum:
+ Collaboration diagram for UDPSource::MsgUDPSourceSpectrum:

Public Member Functions

bool getEnabled () const
 
- Public Member Functions inherited from Message
 Message ()
 
virtual ~Message ()
 
virtual const char * getIdentifier () const
 
virtual bool matchIdentifier (const char *identifier) const
 
void * getDestination () const
 
void setDestination (void *destination)
 

Static Public Member Functions

static MsgUDPSourceSpectrumcreate (bool enabled)
 
- Static Public Member Functions inherited from Message
static bool match (const Message *message)
 

Private Member Functions

 MsgUDPSourceSpectrum (bool enabled)
 

Private Attributes

bool m_enabled
 

Additional Inherited Members

- Protected Attributes inherited from Message
void * m_destination
 
- Static Protected Attributes inherited from Message
static const char * m_identifier = 0
 

Detailed Description

Definition at line 159 of file udpsource.h.

Constructor & Destructor Documentation

◆ MsgUDPSourceSpectrum()

UDPSource::MsgUDPSourceSpectrum::MsgUDPSourceSpectrum ( bool  enabled)
inlineprivate

Definition at line 173 of file udpsource.h.

173  :
174  Message(),
175  m_enabled(enabled)
176  { }
Message()
Definition: message.cpp:26

Member Function Documentation

◆ create()

static MsgUDPSourceSpectrum* UDPSource::MsgUDPSourceSpectrum::create ( bool  enabled)
inlinestatic

Definition at line 165 of file udpsource.h.

Referenced by UDPSource::setSpectrum().

166  {
167  return new MsgUDPSourceSpectrum(enabled);
168  }
MsgUDPSourceSpectrum(bool enabled)
Definition: udpsource.h:173
+ Here is the caller graph for this function:

◆ getEnabled()

bool UDPSource::MsgUDPSourceSpectrum::getEnabled ( ) const
inline

Definition at line 163 of file udpsource.h.

Referenced by UDPSource::handleMessage().

163 { return m_enabled; }
+ Here is the caller graph for this function:

Member Data Documentation

◆ m_enabled

bool UDPSource::MsgUDPSourceSpectrum::m_enabled
private

Definition at line 171 of file udpsource.h.


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