vdr
1.7.27
|
#include <descriptor.h>
Public Member Functions | |
int | getRating () const |
virtual int | getLength () |
int | getRating () const |
virtual int | getLength () |
Public Attributes | |
char | languageCode [4] |
Protected Member Functions | |
virtual void | Parse () |
virtual void | Parse () |
Private Attributes | |
const parental_rating * | s |
Definition at line 109 of file include/libsi/descriptor.h.
virtual int SI::ParentalRatingDescriptor::Rating::getLength | ( | ) | [inline, virtual] |
Implements SI::Object.
Definition at line 113 of file include/libsi/descriptor.h.
virtual int SI::ParentalRatingDescriptor::Rating::getLength | ( | ) | [inline, virtual] |
Implements SI::Object.
Definition at line 113 of file libsi/descriptor.h.
int SI::ParentalRatingDescriptor::Rating::getRating | ( | ) | const |
Definition at line 309 of file descriptor.c.
References SI::ExtendedEventDescriptor::s.
Referenced by cEIT::cEIT().
int SI::ParentalRatingDescriptor::Rating::getRating | ( | ) | const |
void SI::ParentalRatingDescriptor::Rating::Parse | ( | ) | [protected, virtual] |
Implements SI::Parsable.
Definition at line 313 of file descriptor.c.
References SI::Object::data, SI::CharArray::getData(), SI::descr_extended_event::lang_code1, SI::descr_extended_event::lang_code2, SI::descr_extended_event::lang_code3, SI::ExtendedEventDescriptor::languageCode, and SI::ExtendedEventDescriptor::s.
virtual void SI::ParentalRatingDescriptor::Rating::Parse | ( | ) | [protected, virtual] |
Implements SI::Parsable.
Definition at line 111 of file include/libsi/descriptor.h.
Referenced by cEIT::cEIT().
const parental_rating * SI::ParentalRatingDescriptor::Rating::s [private] |
Definition at line 117 of file include/libsi/descriptor.h.