|
MythTV master
|
#include <libmythtv/mheg/dsmccbiop.h>
Public Member Functions | |
| BiopTap ()=default | |
| ~BiopTap ()=default | |
| int | Process (const unsigned char *data) |
Public Attributes | |
| unsigned short | m_id {0} |
| unsigned short | m_use {0} |
| unsigned short | m_assocTag {0} |
| std::vector< uint8_t > | m_selector |
Definition at line 43 of file dsmccbiop.h.
|
default |
|
default |
| int BiopTap::Process | ( | const unsigned char * | data | ) |
Definition at line 368 of file dsmccbiop.cpp.
Referenced by BiopConnbinder::Process(), and BiopModuleInfo::Process().
| unsigned short BiopTap::m_assocTag {0} |
Definition at line 54 of file dsmccbiop.h.
Referenced by Process(), BiopConnbinder::Process(), and ProfileBodyFull::Process().
| unsigned short BiopTap::m_id {0} |
Definition at line 51 of file dsmccbiop.h.
Referenced by Process().
| std::vector<uint8_t> BiopTap::m_selector |
Definition at line 55 of file dsmccbiop.h.
Referenced by Process().
| unsigned short BiopTap::m_use {0} |
Definition at line 52 of file dsmccbiop.h.
Referenced by Process().