vdr
1.7.27
|
#include <si.h>
Public Member Functions | |
void | setData (CharArray d, int l) |
void | setDataAndOffset (CharArray d, int l, int &offset) |
virtual int | getLength () |
void | setData (CharArray d, int l) |
void | setDataAndOffset (CharArray d, int l, int &offset) |
virtual int | getLength () |
Private Attributes | |
int | length |
Definition at line 271 of file include/libsi/si.h.
virtual int SI::VariableLengthPart::getLength | ( | ) | [inline, virtual] |
Implements SI::Object.
Definition at line 277 of file include/libsi/si.h.
References length.
Referenced by SI::String::decodeText(), SI::TypeLoop< SixteenBit >::getCount(), SI::DescriptorLoop::getDescriptorTags(), SI::ExtendedEventDescriptor::Item::getLength(), SI::PMT::Stream::getLength(), SI::NIT::TransportStream::getLength(), SI::SDT::Service::getLength(), SI::EIT::Event::getLength(), SI::AIT::Application::getLength(), SI::ContentIdentifierDescriptor::Identifier::getLength(), SI::MultilingualNameDescriptor::Name::getLength(), SI::MultilingualServiceNameDescriptor::Name::getLength(), SI::MHP_ApplicationNameDescriptor::NameEntry::getLength(), SI::MHP_TransportProtocolDescriptor::UrlExtensionEntry::getLength(), SI::MHP_DVBJApplicationDescriptor::ApplicationEntry::getLength(), SI::ExtendedEventDescriptors::getMaximumTextItemizedLength(), SI::ExtendedEventDescriptors::getMaximumTextPlainLength(), SI::StructureLoop< Rating >::getNext(), SI::DescriptorLoop::getNext(), SI::StructureLoop< Rating >::getNextAsPointer(), SI::DescriptorLoop::getNumberOfDescriptors(), SI::String::getText(), and SI::TypeLoop< SixteenBit >::hasNext().
virtual int SI::VariableLengthPart::getLength | ( | ) | [inline, virtual] |
void SI::VariableLengthPart::setData | ( | CharArray | d, |
int | l | ||
) | [inline] |
Definition at line 274 of file libsi/si.h.
References SI::Object::checkSize(), length, and setData().
void SI::VariableLengthPart::setData | ( | CharArray | d, |
int | l | ||
) | [inline] |
Definition at line 274 of file include/libsi/si.h.
References SI::Object::checkSize(), and length.
Referenced by SI::ShortEventDescriptor::Parse(), SI::ExtendedEventDescriptor::Item::Parse(), SI::PAT::Parse(), SI::ExtendedEventDescriptor::Parse(), setData(), and setDataAndOffset().
void SI::VariableLengthPart::setDataAndOffset | ( | CharArray | d, |
int | l, | ||
int & | offset | ||
) | [inline] |
Definition at line 276 of file include/libsi/si.h.
References SI::Object::checkSize(), length, and setData().
Referenced by SI::ShortEventDescriptor::Parse(), SI::ExtendedEventDescriptor::Item::Parse(), and SI::ExtendedEventDescriptor::Parse().
void SI::VariableLengthPart::setDataAndOffset | ( | CharArray | d, |
int | l, | ||
int & | offset | ||
) | [inline] |
Definition at line 276 of file libsi/si.h.
References SI::Object::checkSize(), length, and setData().
int SI::VariableLengthPart::length [private] |
Definition at line 279 of file include/libsi/si.h.
Referenced by getLength(), setData(), and setDataAndOffset().