vdr
2.4.1
|
#include <si.h>
Public Member Functions | |
virtual int | getLength () |
DescriptorTag | getDescriptorTag () const |
![]() | |
Object () | |
Object (CharArray &d) | |
void | setData (const unsigned char *data, int size, bool doCopy=true) |
CharArray | getData () |
bool | isValid () |
![]() | |
void | CheckParse () |
Static Public Member Functions | |
static int | getLength (const unsigned char *d) |
static DescriptorTag | getDescriptorTag (const unsigned char *d) |
Static Protected Member Functions | |
static Descriptor * | getDescriptor (CharArray d, DescriptorTagDomain domain, bool returnUnimplemetedDescriptor) |
Friends | |
class | DescriptorLoop |
Additional Inherited Members | |
![]() | |
void | setData (CharArray &d) |
bool | checkSize (int offset) |
![]() | |
Parsable () | |
virtual | ~Parsable () |
virtual void | Parse ()=0 |
![]() | |
CharArray | data |
|
staticprotected |
DescriptorTag SI::Descriptor::getDescriptorTag | ( | ) | const |
Definition at line 110 of file si.c.
Referenced by cEIT::cEIT(), cPatPmtParser::ParsePmt(), cNitFilter::Process(), cSdtFilter::Process(), and cPatFilter::Process().
|
static |
|
virtual |
Implements SI::Object.
Definition at line 106 of file si.c.
Referenced by SI::FrequencyListDescriptor::getCodingType(), SI::MultilingualComponentDescriptor::getComponentTag(), SI::FrequencyListDescriptor::Parse(), SI::LocalTimeOffsetDescriptor::LocalTimeOffset::Parse(), and SI::MHP_SimpleApplicationLocationDescriptor::Parse().
|
static |
|
friend |