#include <atsctables.h>

Definition at line 468 of file atsctables.h.
Public Member Functions | |
| EventInformationTable (const EventInformationTable &table) | |
| EventInformationTable (const PSIPTable &table) | |
| ~EventInformationTable () | |
| uint | SourceID () const |
| uint | EventCount () const |
| uint | EventID (uint i) const |
| uint | StartTimeRaw (uint i) const |
| QDateTime | StartTimeGPS (uint i) const |
| uint | ETMLocation (uint i) const |
| uint | LengthInSeconds (uint i) const |
| uint | TitleLength (uint i) const |
| MultipleStringStructure | title (int i) const |
| uint | DescriptorsLength (uint i) const |
| const unsigned char * | Descriptors (uint i) const |
| void | Parse () const |
| QString | toString () const |
Private Attributes | |
| vector< unsigned char * > | _ptrs |
| EventInformationTable::EventInformationTable | ( | const EventInformationTable & | table | ) | [inline] |
Definition at line 471 of file atsctables.h.
| EventInformationTable::EventInformationTable | ( | const PSIPTable & | table | ) | [inline] |
Definition at line 477 of file atsctables.h.
| EventInformationTable::~EventInformationTable | ( | ) | [inline] |
Definition at line 482 of file atsctables.h.
| uint EventInformationTable::SourceID | ( | ) | const [inline] |
| uint EventInformationTable::EventCount | ( | ) | const [inline] |
Definition at line 500 of file atsctables.h.
Referenced by EITHelper::AddEIT(), Parse(), and toString().
| QDateTime EventInformationTable::StartTimeGPS | ( | uint | i | ) | const [inline] |
Definition at line 535 of file atsctables.h.
Referenced by Descriptors(), DescriptorsLength(), and Parse().
| MultipleStringStructure EventInformationTable::title | ( | int | i | ) | const [inline] |
Definition at line 544 of file atsctables.h.
Referenced by EITHelper::AddEIT(), Parse(), and toString().
| const unsigned char* EventInformationTable::Descriptors | ( | uint | i | ) | const [inline] |
| void EventInformationTable::Parse | ( | void | ) | const |
| QString EventInformationTable::toString | ( | void | ) | const |
vector<unsigned char*> EventInformationTable::_ptrs [mutable, private] |
Definition at line 562 of file atsctables.h.
Referenced by Descriptors(), DescriptorsLength(), ETMLocation(), EventID(), LengthInSeconds(), Parse(), StartTimeRaw(), title(), and TitleLength().
1.5.5