#include <atsctables.h>

Definition at line 76 of file atsctables.h.
Public Member Functions | |
| MasterGuideTable (const MasterGuideTable &table) | |
| MasterGuideTable (const PSIPTable &table) | |
| ~MasterGuideTable () | |
| uint | TableCount () const |
| uint | TableType (uint i) const |
| int | TableClass (uint i) const |
| QString | TableClassString (uint i) const |
| uint | TablePID (uint i) const |
| uint | TableVersion (uint i) const |
| uint | TableDescriptorsBytes (uint i) const |
| uint | TableDescriptorsLength (uint i) const |
| const unsigned char * | TableDescriptors (uint i) const |
| uint | GlobalDescriptorsLength () const |
| const unsigned char * | GlobalDescriptors () const |
| void | Parse () const |
| QString | toString () const |
Private Attributes | |
| vector< unsigned char * > | _ptrs |
| MasterGuideTable::MasterGuideTable | ( | const MasterGuideTable & | table | ) | [inline] |
Definition at line 79 of file atsctables.h.
| MasterGuideTable::MasterGuideTable | ( | const PSIPTable & | table | ) | [inline] |
Definition at line 84 of file atsctables.h.
| MasterGuideTable::~MasterGuideTable | ( | ) | [inline] |
Definition at line 89 of file atsctables.h.
| uint MasterGuideTable::TableCount | ( | ) | const [inline] |
Definition at line 104 of file atsctables.h.
Referenced by GetPidsToCache(), GlobalDescriptors(), GlobalDescriptorsLength(), DTVSignalMonitor::HandleMGT(), ATSCStreamData::HasCachedAllCVCTs(), ATSCStreamData::HasCachedAllTVCTs(), Parse(), ATSCStreamData::ProcessMGT(), and toString().
Definition at line 110 of file atsctables.h.
Referenced by GetPidsToCache(), ATSCStreamData::ProcessMGT(), TableClass(), and toString().
| int MasterGuideTable::TableClass | ( | uint | i | ) | const |
Definition at line 26 of file atsctables.cpp.
Referenced by DTVSignalMonitor::HandleMGT(), ATSCStreamData::HasCachedAllCVCTs(), ATSCStreamData::HasCachedAllTVCTs(), ATSCStreamData::ProcessMGT(), and TableClassString().
| QString MasterGuideTable::TableClassString | ( | uint | i | ) | const |
Definition at line 118 of file atsctables.h.
Referenced by GetPidsToCache(), DTVSignalMonitor::HandleMGT(), ATSCStreamData::HasCachedAllCVCTs(), ATSCStreamData::HasCachedAllTVCTs(), ATSCStreamData::ProcessMGT(), and toString().
| const unsigned char* MasterGuideTable::TableDescriptors | ( | uint | i | ) | const [inline] |
| uint MasterGuideTable::GlobalDescriptorsLength | ( | ) | const [inline] |
| const unsigned char* MasterGuideTable::GlobalDescriptors | ( | ) | const [inline] |
| void MasterGuideTable::Parse | ( | void | ) | const |
| QString MasterGuideTable::toString | ( | void | ) | const |
Reimplemented from PSIPTable.
Definition at line 70 of file atsctables.cpp.
Referenced by SIScan::HandlePostInsertion().
vector<unsigned char*> MasterGuideTable::_ptrs [mutable, private] |
Definition at line 169 of file atsctables.h.
Referenced by GlobalDescriptors(), GlobalDescriptorsLength(), Parse(), TableDescriptors(), TableDescriptorsBytes(), TableDescriptorsLength(), TablePID(), TableType(), and TableVersion().
1.5.5