vdr
2.4.1
|
#include <descriptor.h>
Public Member Functions | |
virtual int | getLength () |
int | getContentNibbleLevel1 () const |
int | getContentNibbleLevel2 () const |
int | getUserNibble1 () const |
int | getUserNibble2 () const |
![]() | |
Object () | |
Object (CharArray &d) | |
void | setData (const unsigned char *data, int size, bool doCopy=true) |
CharArray | getData () |
bool | isValid () |
![]() | |
void | CheckParse () |
Protected Member Functions | |
virtual void | Parse () |
![]() | |
void | setData (CharArray &d) |
bool | checkSize (int offset) |
![]() | |
Parsable () | |
virtual | ~Parsable () |
Private Attributes | |
const nibble_content * | s |
Additional Inherited Members | |
![]() | |
CharArray | data |
Definition at line 100 of file descriptor.h.
int SI::ContentDescriptor::Nibble::getContentNibbleLevel1 | ( | ) | const |
Definition at line 294 of file descriptor.c.
Referenced by cEIT::cEIT().
int SI::ContentDescriptor::Nibble::getContentNibbleLevel2 | ( | ) | const |
Definition at line 298 of file descriptor.c.
Referenced by cEIT::cEIT().
|
inlinevirtual |
Implements SI::Object.
Definition at line 102 of file descriptor.h.
int SI::ContentDescriptor::Nibble::getUserNibble1 | ( | ) | const |
Definition at line 302 of file descriptor.c.
int SI::ContentDescriptor::Nibble::getUserNibble2 | ( | ) | const |
Definition at line 306 of file descriptor.c.
|
protectedvirtual |
Implements SI::Parsable.
Definition at line 310 of file descriptor.c.
|
private |
Definition at line 110 of file descriptor.h.