|
vdr 2.6.1
|
#include <descriptor.h>
Public Member Functions | |
| int | getNewOriginalNetworkId () const |
| int | getNewTransportStreamId () const |
| int | getNewServiceId () const |
Public Member Functions inherited from SI::Descriptor | |
| virtual int | getLength () |
| DescriptorTag | getDescriptorTag () const |
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 () |
| virtual int | getLength ()=0 |
Public Member Functions inherited from SI::Parsable | |
| void | CheckParse () |
Protected Member Functions | |
| virtual void | Parse () |
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 () |
| virtual void | Parse ()=0 |
Private Attributes | |
| const descr_service_move * | s |
Additional Inherited Members | |
Static Public Member Functions inherited from SI::Descriptor | |
| static int | getLength (const unsigned char *d) |
| static DescriptorTag | getDescriptorTag (const unsigned char *d) |
Static Protected Member Functions inherited from SI::Descriptor | |
| static Descriptor * | getDescriptor (CharArray d, DescriptorTagDomain domain, bool returnUnimplemetedDescriptor) |
Protected Attributes inherited from SI::Object | |
| CharArray | data |
Definition at line 337 of file descriptor.h.
| int SI::ServiceMoveDescriptor::getNewOriginalNetworkId | ( | ) | const |
Definition at line 625 of file descriptor.c.
References HILO, and SI::ExtendedEventDescriptor::s.
| int SI::ServiceMoveDescriptor::getNewServiceId | ( | ) | const |
Definition at line 633 of file descriptor.c.
References HILO, and SI::ExtendedEventDescriptor::s.
| int SI::ServiceMoveDescriptor::getNewTransportStreamId | ( | ) | const |
Definition at line 629 of file descriptor.c.
References HILO, and SI::ExtendedEventDescriptor::s.
|
protectedvirtual |
Implements SI::Parsable.
Definition at line 637 of file descriptor.c.
References SI::Object::data, SI::CharArray::getData(), and SI::ExtendedEventDescriptor::s.
|
private |
Definition at line 345 of file descriptor.h.