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 | Protected Member Functions | Protected Attributes | List of all members
RemoteInput::MsgReportRemoteInputAcquisition Class Reference

#include <remoteinput.h>

+ Inheritance diagram for RemoteInput::MsgReportRemoteInputAcquisition:
+ Collaboration diagram for RemoteInput::MsgReportRemoteInputAcquisition:

Public Member Functions

bool getAcquisition () 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 MsgReportRemoteInputAcquisitioncreate (bool acquisition)
 
- Static Public Member Functions inherited from Message
static bool match (const Message *message)
 

Protected Member Functions

 MsgReportRemoteInputAcquisition (bool acquisition)
 

Protected Attributes

bool m_acquisition
 
- Protected Attributes inherited from Message
void * m_destination
 

Additional Inherited Members

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

Detailed Description

Definition at line 83 of file remoteinput.h.

Constructor & Destructor Documentation

◆ MsgReportRemoteInputAcquisition()

RemoteInput::MsgReportRemoteInputAcquisition::MsgReportRemoteInputAcquisition ( bool  acquisition)
inlineprotected

Definition at line 97 of file remoteinput.h.

97  :
98  Message(),
99  m_acquisition(acquisition)
100  { }
Message()
Definition: message.cpp:26

Member Function Documentation

◆ create()

static MsgReportRemoteInputAcquisition* RemoteInput::MsgReportRemoteInputAcquisition::create ( bool  acquisition)
inlinestatic

Definition at line 89 of file remoteinput.h.

90  {
91  return new MsgReportRemoteInputAcquisition(acquisition);
92  }

◆ getAcquisition()

bool RemoteInput::MsgReportRemoteInputAcquisition::getAcquisition ( ) const
inline

Definition at line 87 of file remoteinput.h.

Member Data Documentation

◆ m_acquisition

bool RemoteInput::MsgReportRemoteInputAcquisition::m_acquisition
protected

Definition at line 95 of file remoteinput.h.


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