vdr
2.2.0
|
#include <descriptor.h>
Public Member Functions | |
int | getServiceId () const |
int | getServiceType () const |
virtual int | getLength () |
![]() | |
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 descr_service_list_loop * | s |
Additional Inherited Members | |
![]() | |
CharArray | data |
Definition at line 192 of file descriptor.h.
|
inlinevirtual |
Implements SI::Object.
Definition at line 196 of file descriptor.h.
References SI::ShortEventDescriptor::Parse().
int SI::ServiceListDescriptor::Service::getServiceId | ( | ) | const |
Definition at line 393 of file descriptor.c.
References HILO.
int SI::ServiceListDescriptor::Service::getServiceType | ( | ) | const |
Definition at line 397 of file descriptor.c.
|
protectedvirtual |
Implements SI::Parsable.
Definition at line 401 of file descriptor.c.
References SI::Object::data, and SI::CharArray::getData().
|
private |
Definition at line 200 of file descriptor.h.