vdr
2.2.0
|
#include <section.h>
Public Member Functions | |
virtual int | getLength () |
long | getOrganisationId () const |
int | getApplicationId () const |
int | getControlCode () const |
![]() | |
Object () | |
Object (CharArray &d) | |
void | setData (const unsigned char *data, int size, bool doCopy=true) |
CharArray | getData () |
bool | isValid () |
![]() | |
void | CheckParse () |
Public Attributes | |
MHP_DescriptorLoop | applicationDescriptors |
Protected Member Functions | |
virtual void | Parse () |
![]() | |
void | setData (CharArray &d) |
bool | checkSize (int offset) |
![]() | |
Parsable () | |
virtual | ~Parsable () |
Protected Attributes | |
const ait_app * | s |
![]() | |
CharArray | data |
int SI::AIT::Application::getApplicationId | ( | ) | const |
Definition at line 330 of file section.c.
References HILO, and SI::PAT::s.
int SI::AIT::Application::getControlCode | ( | ) | const |
Definition at line 334 of file section.c.
References SI::PAT::s.
|
inlinevirtual |
Implements SI::Object.
long SI::AIT::Application::getOrganisationId | ( | ) | const |
Definition at line 326 of file section.c.
References SI::Object::data, and SI::CharArray::FourBytes().
|
protectedvirtual |
Implements SI::Parsable.
Definition at line 338 of file section.c.
References SI::Object::data, HILO, SI::PAT::s, and SI::CharArray::setPointerAndOffset().
MHP_DescriptorLoop SI::AIT::Application::applicationDescriptors |