vdr 2.7.5
|
#include <descriptor.h>
Public Member Functions | |
int | getTeletextType () const |
int | getTeletextMagazineNumber () const |
int | getTeletextPageNumber () const |
virtual int | getLength () override |
Public Member Functions inherited from SI::Object | |
Object () | |
Object (CharArray &d) | |
void | setData (const unsigned char *data, int size, bool doCopy=true) |
CharArray | getData () |
bool | isValid () |
Public Member Functions inherited from SI::Parsable | |
void | CheckParse () |
Public Attributes | |
char | languageCode [4] |
Protected Member Functions | |
virtual void | Parse () override |
Protected Member Functions inherited from SI::Object | |
void | setData (CharArray &d) |
bool | checkSize (int offset) |
Protected Member Functions inherited from SI::Parsable | |
Parsable () | |
virtual | ~Parsable () |
Private Attributes | |
const item_teletext * | s |
Additional Inherited Members | |
Protected Attributes inherited from SI::Object | |
CharArray | data |
Definition at line 126 of file descriptor.h.
|
inlineoverridevirtual |
Implements SI::Object.
Definition at line 132 of file descriptor.h.
int SI::TeletextDescriptor::Teletext::getTeletextMagazineNumber | ( | ) | const |
Definition at line 343 of file descriptor.c.
References s.
int SI::TeletextDescriptor::Teletext::getTeletextPageNumber | ( | ) | const |
Definition at line 347 of file descriptor.c.
References s.
int SI::TeletextDescriptor::Teletext::getTeletextType | ( | ) | const |
Definition at line 339 of file descriptor.c.
References s.
|
overrideprotectedvirtual |
Implements SI::Parsable.
Definition at line 331 of file descriptor.c.
References SI::Object::data, languageCode, and s.
char SI::TeletextDescriptor::Teletext::languageCode[4] |
Definition at line 128 of file descriptor.h.
Referenced by Parse().
|
private |
Definition at line 136 of file descriptor.h.
Referenced by getTeletextMagazineNumber(), getTeletextPageNumber(), getTeletextType(), and Parse().