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
UDPSourceUDPHandler::MsgUDPAddressAndPort Class Reference
+ Inheritance diagram for UDPSourceUDPHandler::MsgUDPAddressAndPort:
+ Collaboration diagram for UDPSourceUDPHandler::MsgUDPAddressAndPort:

Public Member Functions

const QString & getAddress () const
 
quint16 getPort () 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 MsgUDPAddressAndPortcreate (QString address, quint16 port)
 
- Static Public Member Functions inherited from Message
static bool match (const Message *message)
 

Private Member Functions

 MsgUDPAddressAndPort (QString address, quint16 port)
 

Private Attributes

QString m_address
 
quint16 m_port
 

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 68 of file udpsourceudphandler.h.

Constructor & Destructor Documentation

◆ MsgUDPAddressAndPort()

UDPSourceUDPHandler::MsgUDPAddressAndPort::MsgUDPAddressAndPort ( QString  address,
quint16  port 
)
inlineprivate

Member Function Documentation

◆ create()

static MsgUDPAddressAndPort* UDPSourceUDPHandler::MsgUDPAddressAndPort::create ( QString  address,
quint16  port 
)
inlinestatic

Definition at line 75 of file udpsourceudphandler.h.

References MsgUDPAddressAndPort().

Referenced by UDPSourceUDPHandler::configureUDPLink().

76  {
77  return new MsgUDPAddressAndPort(address, port);
78  }
MsgUDPAddressAndPort(QString address, quint16 port)
+ Here is the call graph for this function:
+ Here is the caller graph for this function:

◆ getAddress()

const QString& UDPSourceUDPHandler::MsgUDPAddressAndPort::getAddress ( ) const
inline

Definition at line 72 of file udpsourceudphandler.h.

References m_address.

Referenced by UDPSourceUDPHandler::handleMessage().

+ Here is the caller graph for this function:

◆ getPort()

quint16 UDPSourceUDPHandler::MsgUDPAddressAndPort::getPort ( ) const
inline

Definition at line 73 of file udpsourceudphandler.h.

References m_port.

Referenced by UDPSourceUDPHandler::handleMessage().

+ Here is the caller graph for this function:

Member Data Documentation

◆ m_address

QString UDPSourceUDPHandler::MsgUDPAddressAndPort::m_address
private

Definition at line 81 of file udpsourceudphandler.h.

Referenced by getAddress().

◆ m_port

quint16 UDPSourceUDPHandler::MsgUDPAddressAndPort::m_port
private

Definition at line 82 of file udpsourceudphandler.h.

Referenced by getPort().


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