|
vdr 2.7.9
|
#include <descriptor.h>
Public Member Functions | |
| virtual int | getLength () override |
| int | getContentNibbleLevel1 () const |
| int | getContentNibbleLevel2 () const |
| int | getUserNibble1 () const |
| int | getUserNibble2 () const |
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 () |
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 nibble_content * | s |
Additional Inherited Members | |
Protected Attributes inherited from SI::Object | |
| CharArray | data |
Definition at line 90 of file descriptor.h.
| int SI::ContentDescriptor::Nibble::getContentNibbleLevel1 | ( | ) | const |
| int SI::ContentDescriptor::Nibble::getContentNibbleLevel2 | ( | ) | const |
|
inlineoverridevirtual |
Implements SI::Object.
Definition at line 92 of file descriptor.h.
| int SI::ContentDescriptor::Nibble::getUserNibble1 | ( | ) | const |
Definition at line 297 of file descriptor.c.
References s.
| int SI::ContentDescriptor::Nibble::getUserNibble2 | ( | ) | const |
Definition at line 301 of file descriptor.c.
References s.
|
overrideprotectedvirtual |
Implements SI::Parsable.
Definition at line 305 of file descriptor.c.
References SI::Object::data, and s.
|
private |
Definition at line 100 of file descriptor.h.
Referenced by getContentNibbleLevel1(), getContentNibbleLevel2(), getUserNibble1(), getUserNibble2(), and Parse().