MythTV  master
Public Member Functions | Public Attributes | List of all members
DSMCCPacket Class Reference

Data for the queued DSMCC tables. More...

#include <mhi.h>

Collaboration diagram for DSMCCPacket:
Collaboration graph
[legend]

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
 

Detailed Description

Data for the queued DSMCC tables.

Definition at line 369 of file mhi.h.

Constructor & Destructor Documentation

◆ DSMCCPacket()

DSMCCPacket::DSMCCPacket ( unsigned char *  data,
int  length,
int  tag,
unsigned  car,
int  dbid 
)
inline

Definition at line 372 of file mhi.h.

◆ ~DSMCCPacket()

DSMCCPacket::~DSMCCPacket ( )
inline

Definition at line 380 of file mhi.h.

Member Data Documentation

◆ m_data

unsigned char* DSMCCPacket::m_data {nullptr}

Definition at line 386 of file mhi.h.

Referenced by MHIContext::ProcessDSMCCQueue(), and ~DSMCCPacket().

◆ m_length

int DSMCCPacket::m_length

Definition at line 387 of file mhi.h.

Referenced by MHIContext::ProcessDSMCCQueue().

◆ m_componentTag

int DSMCCPacket::m_componentTag

Definition at line 388 of file mhi.h.

Referenced by MHIContext::ProcessDSMCCQueue().

◆ m_carouselId

unsigned DSMCCPacket::m_carouselId

Definition at line 389 of file mhi.h.

Referenced by MHIContext::ProcessDSMCCQueue().

◆ m_dataBroadcastId

int DSMCCPacket::m_dataBroadcastId

Definition at line 390 of file mhi.h.

Referenced by MHIContext::ProcessDSMCCQueue().


The documentation for this class was generated from the following file: