|
vdr 2.8.1
|
#include <descriptor.h>
Public Member Functions | |
| int | getCaType () const |
| int | getCaPid () const |
| 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 | |
| CharArray | privateData |
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_ca * | 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 143 of file descriptor.h.
| int SI::CaDescriptor::getCaPid | ( | ) | const |
Definition at line 355 of file descriptor.c.
Referenced by cCaDescriptors::AddCaDescriptor().
| int SI::CaDescriptor::getCaType | ( | ) | const |
Definition at line 351 of file descriptor.c.
Referenced by cCaDescriptors::AddCaDescriptor().
|
overrideprotectedvirtual |
Implements SI::Parsable.
Definition at line 359 of file descriptor.c.
References SI::Object::checkSize(), SI::Object::data, SI::Descriptor::getLength(), privateData, and s.
| CharArray SI::CaDescriptor::privateData |
Definition at line 147 of file descriptor.h.
Referenced by cCaDescriptors::AddCaDescriptor(), and Parse().
|
private |
Definition at line 151 of file descriptor.h.
Referenced by getCaPid(), getCaType(), and Parse().