vdr 2.7.6
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)

Functions

void MtdMapSid (uchar *p, cMtdMapper *MtdMapper)
void MtdMapPid (uchar *p, cMtdMapper *MtdMapper)

Macro Definition Documentation

◆ MTD_DONT_CALL

#define MTD_DONT_CALL ( v)
Value:
dsyslog("PROGRAMMING ERROR (%s,%d): DON'T CALL %s", __FILE__, __LINE__, __FUNCTION__); return v;
#define dsyslog(a...)
Definition tools.h:37

Definition at line 149 of file mtd.h.

Referenced by cMtdCamSlot::EnterMenu(), cMtdCamSlot::GetCamName(), cMtdCamSlot::GetEnquiry(), cMtdCamSlot::GetMenu(), cMtdCamSlot::HasMMI(), cMtdCamSlot::HasUserIO(), cMtdCamSlot::ModuleStatus(), cMtdCamSlot::Ready(), cMtdCamSlot::Reset(), and cMtdCamSlot::Spawn().

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