|
vdr 2.8.1
|
#include <descriptor.h>
Public Member Functions | |
| virtual int | getLength () override |
| int | getApplicationProfile () const |
| int | getVersionMajor () const |
| int | getVersionMinor () const |
| int | getVersionMicro () 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 application_profile_entry * | s |
Additional Inherited Members | |
| Protected Attributes inherited from SI::Object | |
| CharArray | data |
Definition at line 658 of file descriptor.h.
| int SI::MHP_ApplicationDescriptor::Profile::getApplicationProfile | ( | ) | const |
Definition at line 1060 of file descriptor.c.
|
inlineoverridevirtual |
Implements SI::Object.
Definition at line 660 of file descriptor.h.
| int SI::MHP_ApplicationDescriptor::Profile::getVersionMajor | ( | ) | const |
Definition at line 1064 of file descriptor.c.
References s.
| int SI::MHP_ApplicationDescriptor::Profile::getVersionMicro | ( | ) | const |
Definition at line 1072 of file descriptor.c.
References s.
| int SI::MHP_ApplicationDescriptor::Profile::getVersionMinor | ( | ) | const |
Definition at line 1068 of file descriptor.c.
References s.
|
overrideprotectedvirtual |
Implements SI::Parsable.
Definition at line 1076 of file descriptor.c.
References SI::Object::data, and s.
|
private |
Definition at line 666 of file descriptor.h.
Referenced by getApplicationProfile(), getVersionMajor(), getVersionMicro(), getVersionMinor(), and Parse().