vdr
2.2.0
|
#include <descriptor.h>
Public Member Functions | |
virtual int | getLength () |
int | getApplicationProfile () const |
int | getVersionMajor () const |
int | getVersionMinor () const |
int | getVersionMicro () 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 application_profile_entry * | s |
Additional Inherited Members | |
![]() | |
CharArray | data |
Definition at line 655 of file descriptor.h.
int SI::MHP_ApplicationDescriptor::Profile::getApplicationProfile | ( | ) | const |
Definition at line 1046 of file descriptor.c.
References HILO.
|
inlinevirtual |
Implements SI::Object.
Definition at line 657 of file descriptor.h.
int SI::MHP_ApplicationDescriptor::Profile::getVersionMajor | ( | ) | const |
Definition at line 1050 of file descriptor.c.
int SI::MHP_ApplicationDescriptor::Profile::getVersionMicro | ( | ) | const |
Definition at line 1058 of file descriptor.c.
int SI::MHP_ApplicationDescriptor::Profile::getVersionMinor | ( | ) | const |
Definition at line 1054 of file descriptor.c.
|
protectedvirtual |
Implements SI::Parsable.
Definition at line 1062 of file descriptor.c.
References SI::Object::data, and SI::CharArray::getData().
|
private |
Definition at line 663 of file descriptor.h.