Torc  0.1
Classes | Macros
torcssdp.h File Reference
#include <QObject>
#include <QUdpSocket>
#include <QTimer>
#include <QQueue>
#include "torcqthread.h"
#include "torcupnp.h"
#include "torchttpserver.h"
Include dependency graph for torcssdp.h:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

class  TorcSSDPSearchResponse
 
class  TorcSSDP
 The public class for handling Simple Service Discovery Protocol searches and announcements. More...
 
class  TorcSSDPThread
 

Macros

#define TORC_SSDP_UDP_MULTICAST_PORT   1900
 
#define TORC_IPV4_UDP_MULTICAST_ADDR   QStringLiteral("239.255.255.250")
 
#define TORC_IPV4_UDP_MULTICAST_URL   QStringLiteral("%1:%2").arg(TORC_IPV4_UDP_MULTICAST_ADDR).arg(TORC_SSDP_UDP_MULTICAST_PORT)
 
#define TORC_IPV6_UDP_MULTICAST_ADDR   QStringLiteral("[FF05::C]")
 
#define TORC_IPV6_UDP_MULTICAST_ADDR2   QStringLiteral("FF05::C")
 
#define TORC_IPV6_UDP_MULTICAST_URL   QStringLiteral("%1:%2").arg(TORC_IPV6_UDP_MULTICAST_ADDR).arg(TORC_SSDP_UDP_MULTICAST_PORT)
 

Macro Definition Documentation

#define TORC_IPV4_UDP_MULTICAST_ADDR   QStringLiteral("239.255.255.250")

Definition at line 17 of file torcssdp.h.

#define TORC_IPV4_UDP_MULTICAST_URL   QStringLiteral("%1:%2").arg(TORC_IPV4_UDP_MULTICAST_ADDR).arg(TORC_SSDP_UDP_MULTICAST_PORT)

Definition at line 18 of file torcssdp.h.

#define TORC_IPV6_UDP_MULTICAST_ADDR   QStringLiteral("[FF05::C]")

Definition at line 19 of file torcssdp.h.

#define TORC_IPV6_UDP_MULTICAST_ADDR2   QStringLiteral("FF05::C")

Definition at line 20 of file torcssdp.h.

#define TORC_IPV6_UDP_MULTICAST_URL   QStringLiteral("%1:%2").arg(TORC_IPV6_UDP_MULTICAST_ADDR).arg(TORC_SSDP_UDP_MULTICAST_PORT)

Definition at line 21 of file torcssdp.h.

#define TORC_SSDP_UDP_MULTICAST_PORT   1900

Definition at line 16 of file torcssdp.h.