|
MythTV master
|
Data for the queued DSMCC tables. More...
#include <libmythtv/mheg/mhi.h>
Public Member Functions | |
| DSMCCPacket (unsigned char *data, int length, int tag, unsigned car, int dbid) | |
| ~DSMCCPacket () | |
Public Attributes | |
| unsigned char * | m_data {nullptr} |
| int | m_length |
| int | m_componentTag |
| unsigned | m_carouselId |
| int | m_dataBroadcastId |
|
inline |
| unsigned DSMCCPacket::m_carouselId |
Definition at line 389 of file mhi.h.
Referenced by MHIContext::ProcessDSMCCQueue().
| int DSMCCPacket::m_componentTag |
Definition at line 388 of file mhi.h.
Referenced by MHIContext::ProcessDSMCCQueue().
| unsigned char* DSMCCPacket::m_data {nullptr} |
Definition at line 386 of file mhi.h.
Referenced by MHIContext::ProcessDSMCCQueue(), and ~DSMCCPacket().
| int DSMCCPacket::m_dataBroadcastId |
Definition at line 390 of file mhi.h.
Referenced by MHIContext::ProcessDSMCCQueue().
| int DSMCCPacket::m_length |
Definition at line 387 of file mhi.h.
Referenced by MHIContext::ProcessDSMCCQueue().