![]() |
openATV enigma2
openATV is an open source SetTopBox Graphical user interface.
|
#include <sys/types.h>#include <sys/stat.h>#include <fcntl.h>#include <string>#include <sys/socket.h>#include <netdb.h>#include <signal.h>#include <time.h>#include "servicets.h"#include <lib/base/eerror.h>#include <lib/base/object.h>#include <lib/base/ebase.h>#include <lib/service/service.h>#include <lib/base/init_num.h>#include <lib/base/init.h>#include <lib/dvb/decoder.h>#include <lib/dvb/pmt.h>Macros | |
| #define | MAX(a, b) ((a) > (b) ? (a) : (b)) |
| #define | REGISTRATION_DESCRIPTOR 5 |
| #define | LANGUAGE_DESCRIPTOR 10 |
Functions | |
| DEFINE_REF (TSAudioInfo) | |
| DEFINE_REF (eServiceTS) | |
| static size_t | crop (char *buf) |
| static int | getline (char **pbuffer, size_t *pbufsize, int fd) |
Variables | |
| eAutoInitPtr< eServiceFactoryTS > | init_eServiceFactoryTS (eAutoInitNumbers::service+1, "eServiceFactoryTS") |
| #define LANGUAGE_DESCRIPTOR 10 |
| #define MAX | ( | a, | |
| b | |||
| ) | ((a) > (b) ? (a) : (b)) |
| #define REGISTRATION_DESCRIPTOR 5 |
|
static |
| DEFINE_REF | ( | eServiceTS | ) |
| DEFINE_REF | ( | TSAudioInfo | ) |
|
static |
| eAutoInitPtr<eServiceFactoryTS> init_eServiceFactoryTS(eAutoInitNumbers::service+1, "eServiceFactoryTS") | ( | eAutoInitNumbers::service+ | 1, |
| "eServiceFactoryTS" | |||
| ) |