MythTV  master
Typedefs | Functions | Variables
teletextextractorreader.cpp File Reference
#include "teletextextractorreader.h"
Include dependency graph for teletextextractorreader.cpp:

Go to the source code of this file.

Typedefs

using ppi_natl_array = std::array< const uint16_t, 21 >
 

Functions

static void to_utf8 (std::string &res, uint16_t ch)
 
QString decode_teletext (int codePage, const tt_line_array &data)
 Get decoded ttx as a string. More...
 

Variables

static const std::array< const ppi_natl_array, 13 > ppi_national_subsets
 

Typedef Documentation

◆ ppi_natl_array

using ppi_natl_array = std::array<const uint16_t,21>

Definition at line 56 of file teletextextractorreader.cpp.

Function Documentation

◆ to_utf8()

static void to_utf8 ( std::string &  res,
uint16_t  ch 
)
static

Definition at line 107 of file teletextextractorreader.cpp.

Referenced by decode_teletext().

◆ decode_teletext()

QString decode_teletext ( int  codePage,
const tt_line_array data 
)

Get decoded ttx as a string.

Definition at line 133 of file teletextextractorreader.cpp.

Referenced by to_string_list().

Variable Documentation

◆ ppi_national_subsets

const std::array<const ppi_natl_array,13> ppi_national_subsets
static

Definition at line 58 of file teletextextractorreader.cpp.

Referenced by decode_teletext().