MythTV
master
|
#include <libmythtv/mheg/dsmccbiop.h>
Public Member Functions | |
BiopTap ()=default | |
~BiopTap () | |
int | Process (const unsigned char *data) |
Public Attributes | |
unsigned short | m_id {0} |
unsigned short | m_use {0} |
unsigned short | m_assocTag {0} |
unsigned short | m_selectorLen {0} |
char * | m_selectorData {nullptr} |
Definition at line 45 of file dsmccbiop.h.
|
default |
BiopTap::~BiopTap | ( | ) |
Definition at line 584 of file dsmccbiop.cpp.
int BiopTap::Process | ( | const unsigned char * | data | ) |
Definition at line 387 of file dsmccbiop.cpp.
Referenced by BiopConnbinder::Process(), and BiopModuleInfo::Process().
unsigned short BiopTap::m_id {0} |
Definition at line 53 of file dsmccbiop.h.
Referenced by Process().
unsigned short BiopTap::m_use {0} |
Definition at line 54 of file dsmccbiop.h.
Referenced by Process().
unsigned short BiopTap::m_assocTag {0} |
Definition at line 56 of file dsmccbiop.h.
Referenced by Process(), BiopConnbinder::Process(), and ProfileBodyFull::Process().
unsigned short BiopTap::m_selectorLen {0} |
Definition at line 57 of file dsmccbiop.h.
Referenced by Process().
char* BiopTap::m_selectorData {nullptr} |
Definition at line 58 of file dsmccbiop.h.
Referenced by Process(), and ~BiopTap().