vdr 2.6.1
|
Go to the source code of this file.
Classes | |
class | cMtdHandler |
class | cMtdCamSlot |
Macros | |
#define | MTD_DONT_CALL(v) dsyslog("PROGRAMMING ERROR (%s,%d): DON'T CALL %s", __FILE__, __LINE__, __FUNCTION__); return v; |
Functions | |
void | MtdMapSid (uchar *p, cMtdMapper *MtdMapper) |
void | MtdMapPid (uchar *p, cMtdMapper *MtdMapper) |
#define MTD_DONT_CALL | ( | v | ) | dsyslog("PROGRAMMING ERROR (%s,%d): DON'T CALL %s", __FILE__, __LINE__, __FUNCTION__); return v; |
void MtdMapPid | ( | uchar * | p, |
cMtdMapper * | MtdMapper | ||
) |
Definition at line 241 of file mtd.c.
References Peek13(), Poke13(), and cMtdMapper::RealToUniqPid().
Referenced by MtdMapCaDescriptor(), MtdMapStream(), and cCaPidReceiver::Receive().
void MtdMapSid | ( | uchar * | p, |
cMtdMapper * | MtdMapper | ||
) |
Definition at line 233 of file mtd.c.
References cMtdMapper::RealToUniqSid().
Referenced by cCiCaPmt::MtdMapPids().