vdr 2.7.4
|
#include <si.h>
Public Member Functions | |
char * | getText () |
char * | getText (char *buffer, int size, const char **fromCode=NULL) |
char * | getText (char *buffer, char *shortVersion, int sizeBuffer, int sizeShortVersion) |
![]() | |
void | setData (CharArray d, int l) |
void | setDataAndOffset (CharArray d, int l, int &offset) |
virtual int | getLength () |
![]() | |
Object () | |
Object (CharArray &d) | |
void | setData (const unsigned char *data, int size, bool doCopy=true) |
CharArray | getData () |
bool | isValid () |
![]() | |
void | CheckParse () |
Protected Member Functions | |
virtual void | Parse () |
void | decodeText (char *buffer, int size, const char **fromCode=NULL) |
void | decodeText (char *buffer, char *shortVersion, int sizeBuffer, int sizeShortVersion) |
![]() | |
void | setData (CharArray &d) |
bool | checkSize (int offset) |
![]() | |
Parsable () | |
virtual | ~Parsable () |
Additional Inherited Members | |
![]() | |
CharArray | data |
|
protected |
Definition at line 496 of file si.c.
References decodeText(), and SI::Utf8CharLen().
|
protected |
Definition at line 475 of file si.c.
References SI::convertCharacterTable(), SI::Object::data, SI::getCharacterTable(), and SI::VariableLengthPart::getLength().
Referenced by decodeText(), getText(), getText(), and getText().
char * SI::String::getText | ( | ) |
Definition at line 222 of file si.c.
References SI::Object::data, decodeText(), and SI::VariableLengthPart::getLength().
Referenced by cEIT::cEIT(), SI::ExtendedEventDescriptors::getText(), SI::ExtendedEventDescriptors::getTextItemized(), SI::ExtendedEventDescriptors::getTextItemized(), SI::ExtendedEventDescriptors::getTextPlain(), cNitFilter::Process(), and cSdtFilter::Process().
char * SI::String::getText | ( | char * | buffer, |
char * | shortVersion, | ||
int | sizeBuffer, | ||
int | sizeShortVersion ) |
Definition at line 244 of file si.c.
References decodeText(), and SI::VariableLengthPart::getLength().
char * SI::String::getText | ( | char * | buffer, |
int | size, | ||
const char ** | fromCode = NULL ) |
Definition at line 233 of file si.c.
References decodeText(), and SI::VariableLengthPart::getLength().
|
inlineprotectedvirtual |
Implements SI::Parsable.