MythTV
master
|
#include <unistd.h>
#include <QTimer>
#include "mythcontext.h"
#include "mythdialogbox.h"
#include <mythdate.h>
#include "mythmainwindow.h"
#include "mythlogging.h"
#include "zmclient.h"
#include "zmminiplayer.h"
Go to the source code of this file.
Macros | |
#define | ZM_PROTOCOL_VERSION "11" |
#define | BUFFER_SIZE (2048*1536*3) |
Functions | |
static QString | stateToString (State state) |
#define ZM_PROTOCOL_VERSION "11" |
Definition at line 22 of file zmclient.cpp.
#define BUFFER_SIZE (2048*1536*3) |
Definition at line 24 of file zmclient.cpp.
|
static |
Definition at line 320 of file zmclient.cpp.
Referenced by ZMClient::updateAlarmStates().