vdr 2.6.1
Public Member Functions | Static Public Member Functions | List of all members
SI::Section Class Reference

#include <si.h>

Public Member Functions

 Section (const unsigned char *data, bool doCopy=true)
 
 Section ()
 
TableId getTableId () const
 
virtual int getLength ()
 
 Section (const unsigned char *data, bool doCopy=true)
 
 Section ()
 
TableId getTableId () const
 
virtual int getLength ()
 
- 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 ()
 
virtual int getLength ()=0
 
 Object ()
 
 Object (CharArray &d)
 
void setData (const unsigned char *data, int size, bool doCopy=true)
 
CharArray getData ()
 
bool isValid ()
 
virtual int getLength ()=0
 
- Public Member Functions inherited from SI::Parsable
void CheckParse ()
 
void CheckParse ()
 

Static Public Member Functions

static int getLength (const unsigned char *d)
 
static TableId getTableId (const unsigned char *d)
 
static int getLength (const unsigned char *d)
 
static TableId getTableId (const unsigned char *d)
 

Additional Inherited Members

- Protected Member Functions inherited from SI::Object
void setData (CharArray &d)
 
bool checkSize (int offset)
 
void setData (CharArray &d)
 
bool checkSize (int offset)
 
- Protected Member Functions inherited from SI::Parsable
 Parsable ()
 
virtual ~Parsable ()
 
virtual void Parse ()=0
 
 Parsable ()
 
virtual ~Parsable ()
 
virtual void Parse ()=0
 
- Protected Attributes inherited from SI::Object
CharArray data
 

Detailed Description

Definition at line 250 of file include/libsi/si.h.

Constructor & Destructor Documentation

◆ Section() [1/4]

SI::Section::Section ( const unsigned char *  data,
bool  doCopy = true 
)

Definition at line 41 of file si.c.

References SI::Object::data, getLength(), and SI::Object::setData().

◆ Section() [2/4]

SI::Section::Section ( )
inline

Definition at line 254 of file include/libsi/si.h.

◆ Section() [3/4]

SI::Section::Section ( const unsigned char *  data,
bool  doCopy = true 
)

◆ Section() [4/4]

SI::Section::Section ( )
inline

Definition at line 254 of file libsi/si.h.

Member Function Documentation

◆ getLength() [1/4]

int SI::Section::getLength ( )
virtual

◆ getLength() [2/4]

virtual int SI::Section::getLength ( )
virtual

Implements SI::Object.

◆ getLength() [3/4]

int SI::Section::getLength ( const unsigned char *  d)
static

Definition at line 57 of file si.c.

References HILO.

◆ getLength() [4/4]

static int SI::Section::getLength ( const unsigned char *  d)
static

◆ getTableId() [1/4]

TableId SI::Section::getTableId ( ) const

◆ getTableId() [2/4]

TableId SI::Section::getTableId ( ) const

◆ getTableId() [3/4]

TableId SI::Section::getTableId ( const unsigned char *  d)
static

Definition at line 53 of file si.c.

◆ getTableId() [4/4]

static TableId SI::Section::getTableId ( const unsigned char *  d)
static

The documentation for this class was generated from the following files: