|
MythTV master
|
#include "teletextextractorreader.h"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 |
| using ppi_natl_array = std::array<const uint16_t,21> |
Definition at line 56 of file teletextextractorreader.cpp.
| 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().
|
static |
Definition at line 107 of file teletextextractorreader.cpp.
Referenced by decode_teletext().
|
static |
Definition at line 57 of file teletextextractorreader.cpp.
Referenced by decode_teletext().