vdr
2.2.0
|
#include <descriptor.h>
Public Member Functions | |
int | getRating () const |
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] |
Protected Member Functions | |
virtual void | Parse () |
![]() | |
void | setData (CharArray &d) |
bool | checkSize (int offset) |
![]() | |
Parsable () | |
virtual | ~Parsable () |
Private Attributes | |
const parental_rating * | s |
Additional Inherited Members | |
![]() | |
CharArray | data |
Definition at line 109 of file descriptor.h.
|
inlinevirtual |
Implements SI::Object.
Definition at line 113 of file descriptor.h.
References SI::ShortEventDescriptor::Parse().
int SI::ParentalRatingDescriptor::Rating::getRating | ( | ) | const |
Definition at line 309 of file descriptor.c.
Referenced by cEIT::cEIT().
|
protectedvirtual |
Implements SI::Parsable.
Definition at line 313 of file descriptor.c.
References SI::Object::data, SI::CharArray::getData(), SI::parental_rating::lang_code2, SI::parental_rating::lang_code3, and SI::ShortEventDescriptor::languageCode.
char SI::ParentalRatingDescriptor::Rating::languageCode[4] |
Definition at line 111 of file descriptor.h.
Referenced by cEIT::cEIT().
|
private |
Definition at line 117 of file descriptor.h.