vdr
2.4.7
|
#include "channels.h"
#include <ctype.h>
#include "device.h"
#include "dvbdevice.h"
#include "libsi/si.h"
Go to the source code of this file.
Classes | |
class | cChannelSorter |
Macros | |
#define | STRDIFF 0x01 |
#define | VALDIFF 0x02 |
#define | CHANNELMARKOBSOLETE "OBSOLETE" |
#define | CHANNELTIMEOBSOLETE 3600 |
Functions | |
static int | IntArraysDiffer (const int *a, const int *b, const char na[][MAXLANGCODE2]=NULL, const char nb[][MAXLANGCODE2]=NULL) |
static int | IntArrayToString (char *s, const int *a, int Base=10, const char n[][MAXLANGCODE2]=NULL, const int *t=NULL) |
cString | ChannelString (const cChannel *Channel, int Number) |
#define CHANNELMARKOBSOLETE "OBSOLETE" |
Definition at line 1148 of file channels.c.
#define CHANNELTIMEOBSOLETE 3600 |
Definition at line 1149 of file channels.c.
#define STRDIFF 0x01 |
Definition at line 299 of file channels.c.
#define VALDIFF 0x02 |
Definition at line 300 of file channels.c.
Definition at line 1166 of file channels.c.
References cChannel::GroupSep(), cChannel::Name(), cChannel::Number(), and tr.
Referenced by cDisplayChannel::DisplayChannel(), cSkinCursesDisplayChannel::SetChannel(), cSkinClassicDisplayChannel::SetChannel(), cSkinLCARSDisplayChannel::SetChannel(), and cSkinSTTNGDisplayChannel::SetChannel().
|
static |
Definition at line 302 of file channels.c.
References STRDIFF, and VALDIFF.
Referenced by cChannel::SetCaIds(), and cChannel::SetPids().
|
static |
Definition at line 318 of file channels.c.
Referenced by cChannel::SetCaIds(), cChannel::SetPids(), and cChannel::ToText().