vdr  2.4.1
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

◆ getLength()

virtual int SI::VariableLengthPart::getLength ( )
inlinevirtual

◆ setData()

void SI::VariableLengthPart::setData ( CharArray  d,
int  l 
)
inline

◆ setDataAndOffset()

void SI::VariableLengthPart::setDataAndOffset ( CharArray  d,
int  l,
int &  offset 
)
inline

Member Data Documentation

◆ length

int SI::VariableLengthPart::length
private

Definition at line 296 of file si.h.

Referenced by getLength(), setData(), and setDataAndOffset().


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