|
|
| TransportSection (char *sectionBytes, unsigned int size) |
| |
|
void | setESId (unsigned int id) |
| |
|
unsigned int | getESId () |
| |
|
void | addData (char *bytes, unsigned int size) |
| |
|
string | getSectionName () |
| |
|
unsigned int | getTableId () |
| |
|
bool | getSectionSyntaxIndicator () |
| |
|
unsigned int | getSectionLength () |
| |
|
unsigned int | getCurrentSize () |
| |
|
unsigned int | getExtensionId () |
| |
|
unsigned int | getVersionNumber () |
| |
|
bool | getCurrentNextIndicator () |
| |
|
unsigned int | getSectionNumber () |
| |
|
unsigned int | getLastSectionNumber () |
| |
|
void * | getPayload () |
| |
|
unsigned int | getPayload (char **buffer) |
| |
|
unsigned int | getPayloadSize () |
| |
|
bool | isConsolidated () |
| |
|
bool | isConstructionFailed () |
| |
|
char * | getSection () |
| |
|
void | print () |
| |
|
|
static unsigned int | crc32 (char *data, unsigned int len) |
| |
|
|
unsigned int | tableId |
| |
|
bool | sectionSyntaxIndicator |
| |
|
unsigned int | sectionLength |
| |
|
unsigned int | idExtention |
| |
|
unsigned int | versionNumber |
| |
|
bool | currentNextIndicator |
| |
|
unsigned int | sectionNumber |
| |
|
unsigned int | lastSectionNumber |
| |
|
char | section [4096] |
| |
|
unsigned int | currentSize |
| |
|
string | sectionName |
| |
The documentation for this class was generated from the following files:
- gingacc-tsparser/include/tsparser/TransportSection.h
- gingacc-tsparser/src/TransportSection.cpp