vdr
2.2.0
|
#include <descriptor.h>
Classes | |
class | Profile |
Public Member Functions | |
bool | isServiceBound () const |
int | getVisibility () const |
int | getApplicationPriority () const |
![]() | |
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 () |
Public Attributes | |
StructureLoop< Profile > | profileLoop |
TypeLoop< EightBit > | transportProtocolLabels |
Protected Member Functions | |
virtual void | Parse () |
![]() | |
void | setData (CharArray &d) |
bool | checkSize (int offset) |
![]() | |
Parsable () | |
virtual | ~Parsable () |
Private Attributes | |
const descr_application_end * | s |
Additional Inherited Members | |
![]() | |
static int | getLength (const unsigned char *d) |
static DescriptorTag | getDescriptorTag (const unsigned char *d) |
![]() | |
static Descriptor * | getDescriptor (CharArray d, DescriptorTagDomain domain, bool returnUnimplemetedDescriptor) |
![]() | |
CharArray | data |
Definition at line 653 of file descriptor.h.
int SI::MHP_ApplicationDescriptor::getApplicationPriority | ( | ) | const |
Definition at line 1033 of file descriptor.c.
int SI::MHP_ApplicationDescriptor::getVisibility | ( | ) | const |
Definition at line 1029 of file descriptor.c.
bool SI::MHP_ApplicationDescriptor::isServiceBound | ( | ) | const |
Definition at line 1025 of file descriptor.c.
|
protectedvirtual |
Implements SI::Parsable.
Definition at line 1037 of file descriptor.c.
References SI::descr_application::application_profiles_length, SI::Object::data, SI::Descriptor::getLength(), and SI::CharArray::setPointerAndOffset().
StructureLoop<Profile> SI::MHP_ApplicationDescriptor::profileLoop |
Definition at line 667 of file descriptor.h.
|
private |
Definition at line 673 of file descriptor.h.
Definition at line 671 of file descriptor.h.