MythTV  master
Typedefs | Variables
iso6937tables.h File Reference
#include <array>
Include dependency graph for iso6937tables.h:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Typedefs

using uint16_t = unsigned short
 
using iso6937table = std::array< const uint16_t, 256 >
 

Variables

const iso6937table iso6937table_base
 
const std::array< const iso6937table *, 256 > iso6937table_secondary
 

Typedef Documentation

◆ uint16_t

using uint16_t = unsigned short

Definition at line 3 of file iso6937tables.h.

◆ iso6937table

using iso6937table = std::array<const uint16_t,256>

Definition at line 4 of file iso6937tables.h.

Variable Documentation

◆ iso6937table_base

const iso6937table iso6937table_base

Definition at line 7 of file iso6937tables.cpp.

Referenced by decode_iso6937().

◆ iso6937table_secondary

const std::array<const iso6937table *,256> iso6937table_secondary

Definition at line 1027 of file iso6937tables.cpp.

Referenced by decode_iso6937().