vdr 2.7.6
|
#include <descriptor.h>
Public Member Functions | |
int | getServiceId () const |
int | getVisibleServiceFlag () const |
int | getLogicalChannelNumber () const |
virtual int | getLength () override |
![]() | |
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 () override |
![]() | |
void | setData (CharArray &d) |
bool | checkSize (int offset) |
![]() | |
Parsable () | |
virtual | ~Parsable () |
Private Attributes | |
const item_hd_simulcast_logical_channel * | s |
Additional Inherited Members | |
![]() | |
CharArray | data |
Definition at line 581 of file descriptor.h.
|
inlineoverridevirtual |
Implements SI::Object.
Definition at line 586 of file descriptor.h.
int SI::HdSimulcastLogicalChannelDescriptor::HdSimulcastLogicalChannel::getLogicalChannelNumber | ( | ) | const |
Definition at line 973 of file descriptor.c.
Referenced by cNitFilter::Process().
int SI::HdSimulcastLogicalChannelDescriptor::HdSimulcastLogicalChannel::getServiceId | ( | ) | const |
Definition at line 965 of file descriptor.c.
Referenced by cNitFilter::Process().
int SI::HdSimulcastLogicalChannelDescriptor::HdSimulcastLogicalChannel::getVisibleServiceFlag | ( | ) | const |
|
overrideprotectedvirtual |
Implements SI::Parsable.
Definition at line 977 of file descriptor.c.
References SI::Object::data, and s.
|
private |
Definition at line 590 of file descriptor.h.
Referenced by getLogicalChannelNumber(), getServiceId(), getVisibleServiceFlag(), and Parse().