vdr 2.6.9
mtd.h File Reference
#include "ci.h"
#include "remux.h"
#include "ringbuffer.h"

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)
 

Macro Definition Documentation

◆ MTD_DONT_CALL

#define MTD_DONT_CALL ( v)    dsyslog("PROGRAMMING ERROR (%s,%d): DON'T CALL %s", __FILE__, __LINE__, __FUNCTION__); return v;

Function Documentation

◆ MtdMapPid()

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().

◆ MtdMapSid()

void MtdMapSid ( uchar * p,
cMtdMapper * MtdMapper )

Definition at line 233 of file mtd.c.

References cMtdMapper::RealToUniqSid().

Referenced by cCiCaPmt::MtdMapPids().