|
vdr 2.6.4
|
Go to the source code of this file.
Classes | |
| struct | tChannelID |
| class | cLinkChannel |
| class | cLinkChannels |
| class | cChannel |
| class | cChannels |
Macros | |
| #define | ISTRANSPONDER(f1, f2) (abs((f1) - (f2)) < 4) |
| #define | CHANNELMOD_NONE 0x00 |
| #define | CHANNELMOD_ALL 0xFF |
| #define | CHANNELMOD_NAME 0x01 |
| #define | CHANNELMOD_PIDS 0x02 |
| #define | CHANNELMOD_ID 0x04 |
| #define | CHANNELMOD_AUX 0x08 |
| #define | CHANNELMOD_CA 0x10 |
| #define | CHANNELMOD_TRANSP 0x20 |
| #define | CHANNELMOD_LANGS 0x40 |
| #define | CHANNELMOD_RETUNE (CHANNELMOD_PIDS | CHANNELMOD_CA | CHANNELMOD_TRANSP) |
| #define | MAXAPIDS 32 |
| #define | MAXDPIDS 16 |
| #define | MAXSPIDS 32 |
| #define | MAXCAIDS 12 |
| #define | MAXLANGCODE1 4 |
| #define | MAXLANGCODE2 8 |
| #define | CA_FTA 0x0000 |
| #define | CA_DVB_MIN 0x0001 |
| #define | CA_DVB_MAX 0x000F |
| #define | CA_USER_MIN 0x0010 |
| #define | CA_USER_MAX 0x00FF |
| #define | CA_ENCRYPTED_MIN 0x0100 |
| #define | CA_ENCRYPTED_MAX 0xFFFF |
| #define | LOCK_CHANNELS_READ USE_LIST_LOCK_READ(Channels) |
| #define | LOCK_CHANNELS_WRITE USE_LIST_LOCK_WRITE(Channels) |
Functions | |
| DEF_LIST_LOCK (Channels) | |
| cString | ChannelString (const cChannel *Channel, int Number) |
| #define CA_DVB_MAX 0x000F |
Definition at line 41 of file channels.h.
| #define CA_DVB_MIN 0x0001 |
Definition at line 40 of file channels.h.
| #define CA_ENCRYPTED_MAX 0xFFFF |
Definition at line 45 of file channels.h.
| #define CA_ENCRYPTED_MIN 0x0100 |
Definition at line 44 of file channels.h.
| #define CA_FTA 0x0000 |
Definition at line 39 of file channels.h.
| #define CA_USER_MAX 0x00FF |
Definition at line 43 of file channels.h.
| #define CA_USER_MIN 0x0010 |
Definition at line 42 of file channels.h.
| #define CHANNELMOD_ALL 0xFF |
Definition at line 21 of file channels.h.
| #define CHANNELMOD_AUX 0x08 |
Definition at line 25 of file channels.h.
| #define CHANNELMOD_CA 0x10 |
Definition at line 26 of file channels.h.
| #define CHANNELMOD_ID 0x04 |
Definition at line 24 of file channels.h.
| #define CHANNELMOD_LANGS 0x40 |
Definition at line 28 of file channels.h.
| #define CHANNELMOD_NAME 0x01 |
Definition at line 22 of file channels.h.
| #define CHANNELMOD_NONE 0x00 |
Definition at line 20 of file channels.h.
| #define CHANNELMOD_PIDS 0x02 |
Definition at line 23 of file channels.h.
| #define CHANNELMOD_RETUNE (CHANNELMOD_PIDS | CHANNELMOD_CA | CHANNELMOD_TRANSP) |
Definition at line 29 of file channels.h.
| #define CHANNELMOD_TRANSP 0x20 |
Definition at line 27 of file channels.h.
| #define ISTRANSPONDER | ( | f1, | |
| f2 | |||
| ) | (abs((f1) - (f2)) < 4) |
Definition at line 18 of file channels.h.
| #define LOCK_CHANNELS_READ USE_LIST_LOCK_READ(Channels) |
Definition at line 269 of file channels.h.
| #define LOCK_CHANNELS_WRITE USE_LIST_LOCK_WRITE(Channels) |
Definition at line 270 of file channels.h.
| #define MAXAPIDS 32 |
Definition at line 31 of file channels.h.
| #define MAXCAIDS 12 |
Definition at line 34 of file channels.h.
| #define MAXDPIDS 16 |
Definition at line 32 of file channels.h.
| #define MAXLANGCODE1 4 |
Definition at line 36 of file channels.h.
| #define MAXLANGCODE2 8 |
Definition at line 37 of file channels.h.
| #define MAXSPIDS 32 |
Definition at line 33 of file channels.h.
Definition at line 1139 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().
| DEF_LIST_LOCK | ( | Channels | ) |