|
MythTV
0.26-pre
|
#include <dsmccobjcarousel.h>
Public Member Functions | |
| ObjCarousel (Dsmcc *) | |
| ~ObjCarousel () | |
| void | AddModuleInfo (DsmccDii *dii, Dsmcc *status, unsigned short streamTag) |
| void | AddModuleData (DsmccDb *ddb, const unsigned char *data) |
| We have received a block for a module. | |
Public Attributes | |
| DSMCCCache | filecache |
| QLinkedList < DSMCCCacheModuleData * > | m_Cache |
| vector< unsigned short > | m_Tags |
| Component tags matched to this carousel. | |
| unsigned long | m_id |
Definition at line 64 of file dsmccobjcarousel.h.
| ObjCarousel::ObjCarousel | ( | Dsmcc * | dsmcc | ) |
Definition at line 141 of file dsmccobjcarousel.cpp.
Definition at line 146 of file dsmccobjcarousel.cpp.
| void ObjCarousel::AddModuleInfo | ( | DsmccDii * | dii, |
| Dsmcc * | status, | ||
| unsigned short | streamTag | ||
| ) |
Definition at line 154 of file dsmccobjcarousel.cpp.
Referenced by Dsmcc::ProcessDownloadInfoIndication().
| void ObjCarousel::AddModuleData | ( | DsmccDb * | ddb, |
| const unsigned char * | data | ||
| ) |
We have received a block for a module.
Add it to the module and process the module if it's now complete.
Definition at line 229 of file dsmccobjcarousel.cpp.
Definition at line 72 of file dsmccobjcarousel.h.
Referenced by AddModuleData(), and Dsmcc::ProcessDownloadServerInitiate().
| QLinkedList<DSMCCCacheModuleData*> ObjCarousel::m_Cache |
Definition at line 73 of file dsmccobjcarousel.h.
Referenced by AddModuleData(), AddModuleInfo(), and ~ObjCarousel().
| vector<unsigned short> ObjCarousel::m_Tags |
Component tags matched to this carousel.
Definition at line 75 of file dsmccobjcarousel.h.
Referenced by Dsmcc::AddTap(), and Dsmcc::ProcessSection().
| unsigned long ObjCarousel::m_id |
Definition at line 76 of file dsmccobjcarousel.h.
Referenced by AddModuleData(), Dsmcc::AddTap(), and Dsmcc::GetCarouselById().
1.7.6.1