vdr
2.2.0
|
#include <descriptor.h>
Public Member Functions | |
virtual int | getLength () |
![]() | |
Object () | |
Object (CharArray &d) | |
void | setData (const unsigned char *data, int size, bool doCopy=true) |
CharArray | getData () |
bool | isValid () |
![]() | |
void | CheckParse () |
Public Attributes | |
char | languageCode [4] |
String | name |
Protected Member Functions | |
virtual void | Parse () |
![]() | |
void | setData (CharArray &d) |
bool | checkSize (int offset) |
![]() | |
Parsable () | |
virtual | ~Parsable () |
Additional Inherited Members | |
![]() | |
CharArray | data |
Definition at line 680 of file descriptor.h.
|
inlinevirtual |
Implements SI::Object.
Definition at line 682 of file descriptor.h.
References SI::VariableLengthPart::getLength(), and SI::ShortEventDescriptor::name.
|
protectedvirtual |
Implements SI::Parsable.
Definition at line 1070 of file descriptor.c.
References SI::descr_application_name_entry::application_name_length, SI::Object::data, SI::CharArray::getData(), SI::descr_application_name_entry::lang_code1, SI::descr_application_name_entry::lang_code2, SI::descr_application_name_entry::lang_code3, SI::ShortEventDescriptor::languageCode, SI::ShortEventDescriptor::name, and SI::VariableLengthPart::setData().
char SI::MHP_ApplicationNameDescriptor::NameEntry::languageCode[4] |
Definition at line 683 of file descriptor.h.
String SI::MHP_ApplicationNameDescriptor::NameEntry::name |
Definition at line 684 of file descriptor.h.