vdr
1.7.27
|
#include <descriptor.h>
Public Member Functions | |
int | getCaType () const |
int | getCaPid () const |
int | getCaType () const |
int | getCaPid () const |
Public Attributes | |
CharArray | privateData |
Protected Member Functions | |
virtual void | Parse () |
virtual void | Parse () |
Private Attributes | |
const descr_ca * | s |
Definition at line 143 of file include/libsi/descriptor.h.
int SI::CaDescriptor::getCaPid | ( | ) | const |
Definition at line 350 of file descriptor.c.
References HILO, and SI::ExtendedEventDescriptor::s.
Referenced by cCaDescriptors::AddCaDescriptor().
int SI::CaDescriptor::getCaPid | ( | ) | const |
int SI::CaDescriptor::getCaType | ( | ) | const |
Definition at line 346 of file descriptor.c.
References HILO, and SI::ExtendedEventDescriptor::s.
Referenced by cCaDescriptors::AddCaDescriptor().
int SI::CaDescriptor::getCaType | ( | ) | const |
void SI::CaDescriptor::Parse | ( | ) | [protected, virtual] |
Implements SI::Parsable.
Definition at line 354 of file descriptor.c.
References SI::Object::checkSize(), SI::Object::data, SI::CharArray::getData(), SI::Descriptor::getLength(), SI::ExtendedEventDescriptor::s, and SI::CharArray::setPointerAndOffset().
virtual void SI::CaDescriptor::Parse | ( | ) | [protected, virtual] |
Implements SI::Parsable.
Definition at line 147 of file include/libsi/descriptor.h.
Referenced by cCaDescriptors::AddCaDescriptor().
const descr_ca * SI::CaDescriptor::s [private] |
Definition at line 151 of file include/libsi/descriptor.h.