|
MythTV master
|
#include <libmythupnp/ssdp.h>
Public Member Functions | |
| SSDPReceiver () | |
| void | performSearch (const QString &sST, std::chrono::seconds timeout=2s) |
| void | setIsRunning (bool isRunning) |
Private Slots | |
| void | processPendingDatagrams () |
Private Attributes | |
| QUdpSocket | m_socket {this} |
| const uint16_t | m_port {SSDP_PORT} |
| const QHostAddress | m_groupAddress {SSDP_GROUP} |
| bool | m_isRunning {true} |
| void SSDPReceiver::performSearch | ( | const QString & | sST, |
| std::chrono::seconds | timeout = 2s |
||
| ) |
Definition at line 164 of file ssdp.cpp.
Referenced by SSDP::PerformSearch().
|
privateslot |
Definition at line 405 of file ssdp.cpp.
Referenced by SSDPReceiver().
|
inline |
Definition at line 47 of file ssdp.h.
Referenced by SSDP::~SSDP().
|
private |
Definition at line 55 of file ssdp.h.
Referenced by SSDPReceiver().
|
private |
Definition at line 56 of file ssdp.h.
Referenced by processPendingDatagrams(), and setIsRunning().
Definition at line 54 of file ssdp.h.
Referenced by SSDPReceiver().
|
private |
Definition at line 53 of file ssdp.h.
Referenced by performSearch(), processPendingDatagrams(), and SSDPReceiver().