vdr
1.7.27
|
#include <section.h>
Classes | |
class | Application |
Public Member Functions | |
AIT (const unsigned char *data, bool doCopy=true) | |
AIT () | |
int | getApplicationType () const |
int | getAITVersion () const |
AIT (const unsigned char *data, bool doCopy=true) | |
AIT () | |
int | getApplicationType () const |
int | getAITVersion () const |
Public Attributes | |
MHP_DescriptorLoop | commonDescriptors |
StructureLoop< Application > | applicationLoop |
Protected Member Functions | |
virtual void | Parse () |
virtual void | Parse () |
Protected Attributes | |
const ait * | first |
Definition at line 239 of file include/libsi/section.h.
SI::AIT::AIT | ( | const unsigned char * | data, |
bool | doCopy = true |
||
) | [inline] |
Definition at line 241 of file include/libsi/section.h.
SI::AIT::AIT | ( | ) | [inline] |
Definition at line 242 of file include/libsi/section.h.
SI::AIT::AIT | ( | const unsigned char * | data, |
bool | doCopy = true |
||
) | [inline] |
Definition at line 241 of file libsi/section.h.
SI::AIT::AIT | ( | ) | [inline] |
Definition at line 242 of file libsi/section.h.
int SI::AIT::getAITVersion | ( | ) | const |
int SI::AIT::getAITVersion | ( | ) | const |
int SI::AIT::getApplicationType | ( | ) | const |
int SI::AIT::getApplicationType | ( | ) | const |
void SI::AIT::Parse | ( | ) | [protected, virtual] |
Implements SI::Parsable.
Definition at line 317 of file section.c.
References SI::Object::data, HILO, and SI::CharArray::setPointerAndOffset().
virtual void SI::AIT::Parse | ( | ) | [protected, virtual] |
Implements SI::Parsable.
Definition at line 255 of file include/libsi/section.h.
Definition at line 254 of file include/libsi/section.h.
const ait * SI::AIT::first [protected] |
Definition at line 259 of file include/libsi/section.h.