vdr
2.4.1
|
#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 |
|
protected |
|
inline |
Descriptor * SI::DescriptorLoop::getNext | ( | Iterator & | it | ) |
Definition at line 122 of file si.c.
References SI::Object::getData().
Referenced by cEIT::cEIT(), cPatPmtParser::ParsePmt(), cNitFilter::Process(), cSdtFilter::Process(), and cPatFilter::Process().
Descriptor * SI::DescriptorLoop::getNext | ( | Iterator & | it, |
DescriptorTag * | tags, | ||
int | arrayLength, | ||
bool | returnUnimplemetedDescriptor = false |
||
) |
Descriptor * SI::DescriptorLoop::getNext | ( | Iterator & | it, |
DescriptorTag | tag, | ||
bool | returnUnimplemetedDescriptor = false |
||
) |
|
protected |
Definition at line 436 of file si.h.
Referenced by SI::TypeLoop< SixteenBit >::getNext(), and SI::TypeLoop< SixteenBit >::hasNext().