MythTV  master
Functions | Variables
zmclient.cpp File Reference
#include <unistd.h>
#include <QTimer>
#include <libmyth/mythcontext.h>
#include <libmythbase/mythdate.h>
#include <libmythbase/mythlogging.h>
#include <libmythui/mythdialogbox.h>
#include <libmythui/mythmainwindow.h>
#include "zmclient.h"
#include "zmminiplayer.h"
Include dependency graph for zmclient.cpp:

Go to the source code of this file.

Functions

static QString stateToString (State state)
 

Variables

static constexpr const char * ZM_PROTOCOL_VERSION { "11" }
 

Function Documentation

◆ stateToString()

static QString stateToString ( State  state)
static

Definition at line 319 of file zmclient.cpp.

Referenced by ZMClient::updateAlarmStates().

Variable Documentation

◆ ZM_PROTOCOL_VERSION

constexpr const char* ZM_PROTOCOL_VERSION { "11" }
staticconstexpr

Definition at line 23 of file zmclient.cpp.

Referenced by ZMClient::checkProtoVersion().