vdr  2.2.0
Public Member Functions | Private Attributes | List of all members
SI::VariableLengthPart Class Reference

#include <si.h>

Public Member Functions

void setData (CharArray d, int l)
 
void setDataAndOffset (CharArray d, int l, int &offset)
 
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 ()
 
- Public Member Functions inherited from SI::Parsable
void CheckParse ()
 

Private Attributes

int length
 

Additional Inherited Members

- 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 ()
 
virtual void Parse ()=0
 
- Protected Attributes inherited from SI::Object
CharArray data
 

Detailed Description

Definition at line 288 of file si.h.

Member Function Documentation

virtual int SI::VariableLengthPart::getLength ( )
inlinevirtual
void SI::VariableLengthPart::setData ( CharArray  d,
int  l 
)
inline
void SI::VariableLengthPart::setDataAndOffset ( CharArray  d,
int  l,
int &  offset 
)
inline

Definition at line 293 of file si.h.

References SI::Object::checkSize(), and SI::Object::setData().

Referenced by SI::ShortEventDescriptor::Parse().

Member Data Documentation

int SI::VariableLengthPart::length
private

Definition at line 296 of file si.h.


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