Home

Dokumentation

Impressum

Dokumentation VDR
 

Main Page   Class Hierarchy   Alphabetical List   Data Structures   File List   Data Fields   Globals  

channels.h File Reference

#include "config.h"
#include "sources.h"
#include "tools.h"

Include dependency graph for channels.h:

Include dependency graph

This graph shows which files directly or indirectly include this file:

Included by dependency graph

Go to the source code of this file.

Data Structures

class  cChannel
 ??? Configure channel menu, for display of channel data More...

class  cChannels
 Channel configuration (from channel.conf). More...

struct  tChannelID
struct  tChannelParameterMap

Defines

#define ISTRANSPONDER(f1, f2)   (abs((f1) - (f2)) < 4)

Functions

int MapToUser (int Value, const tChannelParameterMap *Map)
int MapToDriver (int Value, const tChannelParameterMap *Map)
int UserIndex (int Value, const tChannelParameterMap *Map)
int DriverIndex (int Value, const tChannelParameterMap *Map)

Variables

const tChannelParameterMap InversionValues []
const tChannelParameterMap BandwidthValues []
const tChannelParameterMap CoderateValues []
const tChannelParameterMap ModulationValues []
const tChannelParameterMap TransmissionValues []
const tChannelParameterMap GuardValues []
const tChannelParameterMap HierarchyValues []
cChannels Channels


Define Documentation

#define ISTRANSPONDER f1,
f2       (abs((f1) - (f2)) < 4)
 

channels.h: Channel handling

See the main source file 'vdr.c' for copyright information and how to reach the author.

Id
channels.h 1.6 2002/11/30 12:59:05 kls Exp

Definition at line 17 of file channels.h.

Referenced by cSIProcessor::Action(), and cMenuEditTranItem::cMenuEditTranItem().


Function Documentation

int DriverIndex int    Value,
const tChannelParameterMap   Map
 

Definition at line 96 of file channels.c.

References tChannelParameterMap::driverValue, and tChannelParameterMap::userValue.

Referenced by MapToUser(), and cMenuEditMapItem::ProcessKey().

int MapToDriver int    Value,
const tChannelParameterMap   Map
 

Definition at line 115 of file channels.c.

References tChannelParameterMap::driverValue, and UserIndex().

Referenced by ParseParameter().

int MapToUser int    Value,
const tChannelParameterMap   Map
 

Definition at line 107 of file channels.c.

References DriverIndex(), and tChannelParameterMap::userValue.

Referenced by cChannel::ParametersToString(), and cMenuEditMapItem::Set().

int UserIndex int    Value,
const tChannelParameterMap   Map
 

Definition at line 85 of file channels.c.

References tChannelParameterMap::userValue.

Referenced by MapToDriver().


Variable Documentation

const tChannelParameterMap BandwidthValues[]
 

Definition at line 31 of file channels.h.

cChannels Channels
 

Definition at line 230 of file channels.h.

Referenced by cChannel::Parse().

const tChannelParameterMap CoderateValues[]
 

Definition at line 32 of file channels.h.

const tChannelParameterMap GuardValues[]
 

Definition at line 35 of file channels.h.

const tChannelParameterMap HierarchyValues[]
 

Definition at line 36 of file channels.h.

const tChannelParameterMap InversionValues[]
 

Definition at line 30 of file channels.h.

const tChannelParameterMap ModulationValues[]
 

Definition at line 33 of file channels.h.

const tChannelParameterMap TransmissionValues[]
 

Definition at line 34 of file channels.h.


Generated on Wed Feb 5 23:30:14 2003 for VDR by doxygen1.3-rc2