MythTV  master
Static Public Member Functions | Private Member Functions | Static Private Member Functions | Private Attributes | List of all members
MythUDP Class Reference

#include <mythudplistener.h>

Collaboration diagram for MythUDP:
Collaboration graph
[legend]

Static Public Member Functions

static void EnableUDPListener (bool Enable=true)
 
static void StopUDPListener ()
 

Private Member Functions

 MythUDP ()
 
 ~MythUDP ()
 

Static Private Member Functions

static MythUDPInstance ()
 

Private Attributes

MythUDPListenerm_listener { nullptr }
 
MThreadm_thread { nullptr }
 

Detailed Description

Definition at line 33 of file mythudplistener.h.

Constructor & Destructor Documentation

◆ MythUDP()

MythUDP::MythUDP ( )
private

Definition at line 192 of file mythudplistener.cpp.

◆ ~MythUDP()

MythUDP::~MythUDP ( )
private

Definition at line 202 of file mythudplistener.cpp.

Member Function Documentation

◆ EnableUDPListener()

void MythUDP::EnableUDPListener ( bool  Enable = true)
static

◆ StopUDPListener()

void MythUDP::StopUDPListener ( )
static

Definition at line 213 of file mythudplistener.cpp.

Referenced by MythMainWindow::~MythMainWindow().

◆ Instance()

MythUDP & MythUDP::Instance ( )
staticprivate

Definition at line 186 of file mythudplistener.cpp.

Referenced by EnableUDPListener(), and StopUDPListener().

Member Data Documentation

◆ m_listener

MythUDPListener* MythUDP::m_listener { nullptr }
private

Definition at line 45 of file mythudplistener.h.

Referenced by EnableUDPListener(), MythUDP(), StopUDPListener(), and ~MythUDP().

◆ m_thread

MThread* MythUDP::m_thread { nullptr }
private

Definition at line 46 of file mythudplistener.h.

Referenced by EnableUDPListener(), MythUDP(), StopUDPListener(), and ~MythUDP().


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