vdr
2.4.7
|
#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 563 of file descriptor.h.
|
inlinevirtual |
Implements SI::Object.
Definition at line 568 of file descriptor.h.
int SI::LogicalChannelDescriptor::LogicalChannel::getLogicalChannelNumber | ( | ) | const |
Definition at line 952 of file descriptor.c.
References HILO, and SI::ExtendedEventDescriptor::s.
Referenced by cNitFilter::Process().
int SI::LogicalChannelDescriptor::LogicalChannel::getServiceId | ( | ) | const |
Definition at line 944 of file descriptor.c.
References HILO, and SI::ExtendedEventDescriptor::s.
Referenced by cNitFilter::Process().
int SI::LogicalChannelDescriptor::LogicalChannel::getVisibleServiceFlag | ( | ) | const |
Definition at line 948 of file descriptor.c.
References SI::ExtendedEventDescriptor::s.
Referenced by cNitFilter::Process().
|
protectedvirtual |
Implements SI::Parsable.
Definition at line 956 of file descriptor.c.
References SI::Object::data, SI::CharArray::getData(), and SI::ExtendedEventDescriptor::s.
|
private |
Definition at line 572 of file descriptor.h.