vdr
2.2.0
|
#include <si.h>
Public Member Functions | |
DescriptorLoop () | |
Descriptor * | getNext (Iterator &it) |
Descriptor * | getNext (Iterator &it, DescriptorTag tag, bool returnUnimplemetedDescriptor=false) |
Descriptor * | getNext (Iterator &it, DescriptorTag *tags, int arrayLength, bool returnUnimplemetedDescriptor=false) |
int | getNumberOfDescriptors () |
template<typename T > | |
int | getDescriptorTags (T *tags) |
![]() | |
void | setData (CharArray d, int l) |
void | setDataAndOffset (CharArray d, int l, int &offset) |
virtual int | getLength () |
![]() | |
Object () | |
Object (CharArray &d) | |
void | setData (const unsigned char *data, int size, bool doCopy=true) |
CharArray | getData () |
bool | isValid () |
![]() | |
void | CheckParse () |
Protected Member Functions | |
Descriptor * | createDescriptor (int &i, bool returnUnimplemetedDescriptor) |
![]() | |
virtual void | Parse () |
![]() | |
void | setData (CharArray &d) |
bool | checkSize (int offset) |
![]() | |
Parsable () | |
virtual | ~Parsable () |
Protected Attributes | |
DescriptorTagDomain | domain |
![]() | |
CharArray | data |
|
inline |
|
protected |
Definition at line 159 of file si.c.
References SI::Parsable::CheckParse(), SI::Object::checkSize(), SI::Object::data, SI::CharArray::getData(), SI::Descriptor::getDescriptor(), and SI::Descriptor::getLength().
|
inline |
Definition at line 413 of file si.h.
References SI::Object::data, SI::CharArray::getData(), SI::Descriptor::getDescriptorTag(), SI::Object::getLength(), and SI::Descriptor::getLength().
Descriptor * SI::DescriptorLoop::getNext | ( | Iterator & | it | ) |
Definition at line 112 of file si.c.
References SI::Object::getLength(), SI::Loop::Iterator::i, and SI::Object::isValid().
Referenced by cEIT::cEIT(), cPatPmtParser::ParsePmt(), cSdtFilter::Process(), cPatFilter::Process(), and cNitFilter::Process().
Descriptor * SI::DescriptorLoop::getNext | ( | Iterator & | it, |
DescriptorTag | tag, | ||
bool | returnUnimplemetedDescriptor = false |
||
) |
Definition at line 119 of file si.c.
References SI::Object::data, SI::CharArray::getData(), SI::Descriptor::getDescriptorTag(), SI::Object::getLength(), SI::Descriptor::getLength(), SI::Loop::Iterator::i, and SI::Object::isValid().
Descriptor * SI::DescriptorLoop::getNext | ( | Iterator & | it, |
DescriptorTag * | tags, | ||
int | arrayLength, | ||
bool | returnUnimplemetedDescriptor = false |
||
) |
Definition at line 138 of file si.c.
References SI::Object::data, SI::CharArray::getData(), SI::Descriptor::getDescriptorTag(), SI::Object::getLength(), SI::Descriptor::getLength(), SI::Loop::Iterator::i, and SI::Object::isValid().
int SI::DescriptorLoop::getNumberOfDescriptors | ( | ) |
Definition at line 170 of file si.c.
References SI::Object::data, SI::CharArray::getData(), SI::Object::getLength(), and SI::Descriptor::getLength().
|
protected |