MythTV  master
Variables
lcdprocclient.cpp File Reference
#include <chrono>
#include <cmath>
#include <cstdlib>
#include <thread>
#include <utility>
#include <QCoreApplication>
#include <QEvent>
#include <QStringConverter>
#include <QTimer>
#include "libmyth/mythcontext.h"
#include "libmythbase/compat.h"
#include "libmythbase/lcddevice.h"
#include "libmythbase/mythdate.h"
#include "libmythbase/mythdbcon.h"
#include "libmythtv/tv.h"
#include "lcdprocclient.h"
#include "lcdserver.h"
Include dependency graph for lcdprocclient.cpp:

Go to the source code of this file.

Variables

static constexpr uint8_t LCD_START_COL { 3 }
 
static constexpr uint8_t LCD_VERSION_4 { 1 }
 
static constexpr uint8_t LCD_VERSION_5 { 2 }
 
static constexpr std::chrono::milliseconds LCD_TIME_TIME { 3s }
 
static constexpr std::chrono::milliseconds LCD_SCROLLLIST_TIME { 2s }
 
uint8_t lcdStartCol = LCD_START_COL
 

Variable Documentation

◆ LCD_START_COL

constexpr uint8_t LCD_START_COL { 3 }
staticconstexpr

Definition at line 37 of file lcdprocclient.cpp.

Referenced by LCDProcClient::LCDProcClient().

◆ LCD_VERSION_4

constexpr uint8_t LCD_VERSION_4 { 1 }
staticconstexpr

Definition at line 39 of file lcdprocclient.cpp.

Referenced by LCDProcClient::setHeartbeat(), and LCDProcClient::setVersion().

◆ LCD_VERSION_5

constexpr uint8_t LCD_VERSION_5 { 2 }
staticconstexpr

◆ LCD_TIME_TIME

constexpr std::chrono::milliseconds LCD_TIME_TIME { 3s }
staticconstexpr

Definition at line 42 of file lcdprocclient.cpp.

Referenced by LCDProcClient::outputRecStatus(), and LCDProcClient::startTime().

◆ LCD_SCROLLLIST_TIME

constexpr std::chrono::milliseconds LCD_SCROLLLIST_TIME { 2s }
staticconstexpr

◆ lcdStartCol

uint8_t lcdStartCol = LCD_START_COL