openATV enigma2
openATV is an open source SetTopBox Graphical user interface.
freesatv2.h
Go to the documentation of this file.
1 #ifndef FREESAT_H
2 #define FREESAT_H
3 
4 #include <stdlib.h>
5 #include <unistd.h>
6 #include <string>
7 
8 struct huffTableEntry;
9 
11 {
12 private:
13  huffTableEntry *m_tables[2][256];
14 public:
17  std::string decode(const unsigned char *src, size_t size);
18 };
19 #endif
20 
Definition: freesatv2.h:11
std::string decode(const unsigned char *src, size_t size)
Decode an EPG string as necessary.
Definition: freesatv2.cpp:196
~freesatHuffmanDecoder()
Definition: freesatv2.cpp:59
freesatHuffmanDecoder()
Definition: freesatv2.cpp:52
size
Definition: Plugins/SystemPlugins/PositionerSetup/log.py:16
Definition: freesatv2.cpp:42