|
vdr 2.7.9
|
#include <descriptor.h>
Public Member Functions | |
| int | getServiceId () const |
| int | getVisibleServiceFlag () const |
| int | getLogicalChannelNumber () const |
| virtual int | getLength () override |
Public Member Functions inherited from SI::Object | |
| Object () | |
| Object (CharArray &d) | |
| void | setData (const unsigned char *data, int size, bool doCopy=true) |
| CharArray | getData () |
| bool | isValid () |
Public Member Functions inherited from SI::Parsable | |
| void | CheckParse () |
Protected Member Functions | |
| virtual void | Parse () override |
Protected Member Functions inherited from SI::Object | |
| void | setData (CharArray &d) |
| bool | checkSize (int offset) |
Protected Member Functions inherited from SI::Parsable | |
| Parsable () | |
| virtual | ~Parsable () |
Private Attributes | |
| const item_logical_channel * | s |
Additional Inherited Members | |
Protected Attributes inherited from SI::Object | |
| CharArray | data |
Definition at line 563 of file descriptor.h.
|
inlineoverridevirtual |
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.
Referenced by cNitFilter::Process().
| int SI::LogicalChannelDescriptor::LogicalChannel::getServiceId | ( | ) | const |
Definition at line 944 of file descriptor.c.
Referenced by cNitFilter::Process().
| int SI::LogicalChannelDescriptor::LogicalChannel::getVisibleServiceFlag | ( | ) | const |
|
overrideprotectedvirtual |
Implements SI::Parsable.
Definition at line 956 of file descriptor.c.
References SI::Object::data, and s.
|
private |
Definition at line 572 of file descriptor.h.
Referenced by getLogicalChannelNumber(), getServiceId(), getVisibleServiceFlag(), and Parse().