#include <chrono>
#include <thread>
#include <QString>
#include <QStringList>
#include <QDomDocument>
#include "libmythbase/mythdownloadmanager.h"
#include "libmythbase/mythlogging.h"
#include "libmythbase/mythtimer.h"
#include "libmythupnp/ssdp.h"
#include "vboxutils.h"
Go to the source code of this file.
|
| #define | LOC QString("VBox: ") |
| |
|
| static constexpr const char * | QUERY_BOARDINFO { "http://{URL}/cgi-bin/HttpControl/HttpControlApp?OPTION=1&Method=QueryBoardInfo" } |
| |
| static constexpr const char * | QUERY_CHANNELS |
| |
| static constexpr std::chrono::milliseconds | SEARCH_TIME { 3s } |
| |
| static constexpr const char * | VBOX_URI { "urn:schemas-upnp-org:device:MediaServer:1" } |
| |
| static constexpr const char * | VBOX_UDN { "uuid:b7531642-0123-3210" } |
| |
◆ LOC
| #define LOC QString("VBox: ") |
◆ QUERY_BOARDINFO
| constexpr const char* QUERY_BOARDINFO { "http://{URL}/cgi-bin/HttpControl/HttpControlApp?OPTION=1&Method=QueryBoardInfo" } |
|
staticconstexpr |
◆ QUERY_CHANNELS
| constexpr const char* QUERY_CHANNELS |
|
staticconstexpr |
◆ SEARCH_TIME
| constexpr std::chrono::milliseconds SEARCH_TIME { 3s } |
|
staticconstexpr |
◆ VBOX_UDN
| constexpr const char* VBOX_UDN { "uuid:b7531642-0123-3210" } |
|
staticconstexpr |
◆ VBOX_URI
| constexpr const char* VBOX_URI { "urn:schemas-upnp-org:device:MediaServer:1" } |
|
staticconstexpr |