vdr
2.0.2
|
#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) |
Protected Member Functions | |
Descriptor * | createDescriptor (int &i, bool returnUnimplemetedDescriptor) |
![]() | |
virtual void | Parse () |
Protected Attributes | |
DescriptorTagDomain | domain |
|
inline |
|
protected |
Definition at line 159 of file si.c.
References SI::Parsable::CheckParse(), SI::Object::checkSize(), SI::Object::data, domain, SI::CharArray::getData(), SI::Descriptor::getDescriptor(), and SI::Descriptor::getLength().
Referenced by getNext().
|
inline |
Definition at line 396 of file si.h.
References SI::Object::data, SI::CharArray::getData(), SI::Descriptor::getDescriptorTag(), SI::VariableLengthPart::getLength(), and SI::Descriptor::getLength().
Descriptor * SI::DescriptorLoop::getNext | ( | Iterator & | it | ) |
Definition at line 112 of file si.c.
References createDescriptor(), SI::VariableLengthPart::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 createDescriptor(), SI::Object::data, SI::CharArray::getData(), SI::Descriptor::getDescriptorTag(), SI::VariableLengthPart::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 createDescriptor(), SI::Object::data, SI::CharArray::getData(), SI::Descriptor::getDescriptorTag(), SI::VariableLengthPart::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::VariableLengthPart::getLength(), and SI::Descriptor::getLength().
|
protected |
Definition at line 409 of file si.h.
Referenced by createDescriptor(), DescriptorLoop(), SI::MHP_DescriptorLoop::MHP_DescriptorLoop(), and SI::PCIT_DescriptorLoop::PCIT_DescriptorLoop().