|
vdr 2.8.1
|
#include <descriptor.h>
Classes | |
| class | UrlExtensionEntry |
Public Types | |
| enum | Protocol { ObjectCarousel = 0x01 , IPviaDVB = 0x02 , HTTPoverInteractionChannel = 0x03 } |
Public Member Functions | |
| int | getProtocolId () const |
| int | getProtocolLabel () const |
| bool | isRemote () const |
| int | getComponentTag () const |
| char * | getUrlBase (char *buffer, int size) |
| Public Member Functions inherited from SI::Descriptor | |
| virtual int | getLength () override |
| 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 () |
| Public Member Functions inherited from SI::Parsable | |
| void | CheckParse () |
Public Attributes | |
| StructureLoop< UrlExtensionEntry > | UrlExtensionLoop |
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 descr_transport_protocol * | s |
| bool | remote |
| int | componentTag |
| String | UrlBase |
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 696 of file descriptor.h.
| Enumerator | |
|---|---|
| ObjectCarousel | |
| IPviaDVB | |
| HTTPoverInteractionChannel | |
Definition at line 706 of file descriptor.h.
| int SI::MHP_TransportProtocolDescriptor::getComponentTag | ( | ) | const |
Definition at line 1106 of file descriptor.c.
References componentTag.
| int SI::MHP_TransportProtocolDescriptor::getProtocolId | ( | ) | const |
| int SI::MHP_TransportProtocolDescriptor::getProtocolLabel | ( | ) | const |
Definition at line 1098 of file descriptor.c.
References s.
| char * SI::MHP_TransportProtocolDescriptor::getUrlBase | ( | char * | buffer, |
| int | size ) |
Definition at line 1110 of file descriptor.c.
References UrlBase.
| bool SI::MHP_TransportProtocolDescriptor::isRemote | ( | ) | const |
Definition at line 1102 of file descriptor.c.
References remote.
|
overrideprotectedvirtual |
Implements SI::Parsable.
Definition at line 1114 of file descriptor.c.
References SI::transport_via_oc_end::component_tag, SI::transport_via_oc_remote_end::component_tag, componentTag, SI::Object::data, SI::Descriptor::getLength(), getProtocolId(), HTTPoverInteractionChannel, ObjectCarousel, remote, SI::transport_via_oc::remote, s, SI::transport_via_http::url_base_length, UrlBase, and UrlExtensionLoop.
|
private |
Definition at line 719 of file descriptor.h.
Referenced by getComponentTag(), and Parse().
|
private |
Definition at line 718 of file descriptor.h.
Referenced by isRemote(), and Parse().
|
private |
Definition at line 717 of file descriptor.h.
Referenced by getProtocolId(), getProtocolLabel(), Parse(), and SI::MHP_TransportProtocolDescriptor::UrlExtensionEntry::Parse().
|
private |
Definition at line 720 of file descriptor.h.
Referenced by getUrlBase(), and Parse().
| StructureLoop<UrlExtensionEntry> SI::MHP_TransportProtocolDescriptor::UrlExtensionLoop |
Definition at line 712 of file descriptor.h.
Referenced by Parse().