vdr
2.2.0
|
#include <descriptor.h>
Public Member Functions | |
int | getServiceId () const |
int | getVisibleServiceFlag () const |
int | getLogicalChannelNumber () 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 item_logical_channel * | s |
Additional Inherited Members | |
![]() | |
CharArray | data |
Definition at line 560 of file descriptor.h.
|
inlinevirtual |
Implements SI::Object.
Definition at line 565 of file descriptor.h.
References SI::ShortEventDescriptor::Parse().
int SI::LogicalChannelDescriptor::LogicalChannel::getLogicalChannelNumber | ( | ) | const |
int SI::LogicalChannelDescriptor::LogicalChannel::getServiceId | ( | ) | const |
int SI::LogicalChannelDescriptor::LogicalChannel::getVisibleServiceFlag | ( | ) | const |
Definition at line 934 of file descriptor.c.
Referenced by cNitFilter::Process().
|
protectedvirtual |
Implements SI::Parsable.
Definition at line 942 of file descriptor.c.
References SI::Object::data, and SI::CharArray::getData().
|
private |
Definition at line 569 of file descriptor.h.