MythTV  master
Classes | Functions | Variables
freesat_huffman.h File Reference
#include <unistd.h>
#include <vector>
#include <QString>
Include dependency graph for freesat_huffman.h:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

struct  fsattab
 

Functions

QString freesat_huffman_to_string (const unsigned char *compressed, uint size)
 

Variables

const std::vector< fsattabfsat_table_1
 
const std::vector< fsattabfsat_table_2
 
const std::vector< uint16_tfsat_index_1
 
const std::vector< uint16_tfsat_index_2
 

Function Documentation

◆ freesat_huffman_to_string()

QString freesat_huffman_to_string ( const unsigned char *  compressed,
uint  size 
)

Definition at line 7 of file freesat_huffman.cpp.

Referenced by dvb_decode_text().

Variable Documentation

◆ fsat_table_1

const std::vector<fsattab> fsat_table_1

Definition at line 4 of file freesat_tables.cpp.

Referenced by freesat_huffman_to_string().

◆ fsat_table_2

const std::vector<fsattab> fsat_table_2

Definition at line 2294 of file freesat_tables.cpp.

Referenced by freesat_huffman_to_string().

◆ fsat_index_1

const std::vector<uint16_t> fsat_index_1

Definition at line 2162 of file freesat_tables.cpp.

Referenced by freesat_huffman_to_string().

◆ fsat_index_2

const std::vector<uint16_t> fsat_index_2

Definition at line 5585 of file freesat_tables.cpp.

Referenced by freesat_huffman_to_string().