MythTV
master
|
#include <libmythtv/mheg/dsmccbiop.h>
Public Member Functions | |
BiopConnbinder ()=default | |
int | Process (const unsigned char *data) |
Public Attributes | |
unsigned long | m_componentTag {0} |
unsigned char | m_componentDataLen {0} |
unsigned char | m_tapsCount {0} |
BiopTap | m_tap |
Definition at line 61 of file dsmccbiop.h.
|
default |
int BiopConnbinder::Process | ( | const unsigned char * | data | ) |
Definition at line 420 of file dsmccbiop.cpp.
Referenced by ProfileBodyFull::Process().
unsigned long BiopConnbinder::m_componentTag {0} |
Definition at line 67 of file dsmccbiop.h.
Referenced by Process().
unsigned char BiopConnbinder::m_componentDataLen {0} |
Definition at line 68 of file dsmccbiop.h.
Referenced by Process().
unsigned char BiopConnbinder::m_tapsCount {0} |
Definition at line 69 of file dsmccbiop.h.
Referenced by Process().
BiopTap BiopConnbinder::m_tap |
Definition at line 70 of file dsmccbiop.h.
Referenced by Process(), and ProfileBodyFull::Process().