|
MythTV master
|
#include <libmythtv/recorders/avcinfo.h>
Public Member Functions | |
| AVCInfo () | |
| AVCInfo (const AVCInfo &o)=default | |
| AVCInfo & | operator= (const AVCInfo &o) |
| virtual | ~AVCInfo ()=default |
| virtual bool | SendAVCCommand (const std::vector< uint8_t > &, std::vector< uint8_t > &, int) |
| bool | GetSubunitInfo (void) |
| bool | IsSubunitType (int subunit_type) const |
| QString | GetSubunitInfoString (void) const |
| QString | GetGUIDString (void) const |
Public Attributes | |
| int | m_port {-1} |
| int | m_node {-1} |
| uint64_t | m_guid {0} |
| uint | m_specid {0} |
| uint | m_vendorid {0} |
| uint | m_modelid {0} |
| uint | m_firmware_revision {0} |
| QString | m_product_name |
| std::array< uint8_t, 32 > | m_unit_table {} |
| AVCInfo::AVCInfo | ( | ) |
Definition at line 9 of file avcinfo.cpp.
|
default |
|
virtualdefault |
| bool AVCInfo::GetSubunitInfo | ( | void | ) |
Definition at line 32 of file avcinfo.cpp.
| QString AVCInfo::GetSubunitInfoString | ( | void | ) | const |
Definition at line 74 of file avcinfo.cpp.
| bool AVCInfo::IsSubunitType | ( | int | subunit_type | ) | const |
Definition at line 66 of file avcinfo.cpp.
Referenced by GetSubunitInfoString().
Definition at line 14 of file avcinfo.cpp.
|
inlinevirtual |
Definition at line 30 of file avcinfo.h.
Referenced by GetSubunitInfo().
| uint AVCInfo::m_firmware_revision {0} |
Definition at line 51 of file avcinfo.h.
Referenced by operator=().
| uint64_t AVCInfo::m_guid {0} |
Definition at line 47 of file avcinfo.h.
Referenced by GetGUIDString(), and operator=().
| uint AVCInfo::m_modelid {0} |
Definition at line 50 of file avcinfo.h.
Referenced by operator=().
| int AVCInfo::m_node {-1} |
Definition at line 46 of file avcinfo.h.
Referenced by operator=().
| int AVCInfo::m_port {-1} |
Definition at line 45 of file avcinfo.h.
Referenced by operator=().
| QString AVCInfo::m_product_name |
Definition at line 52 of file avcinfo.h.
Referenced by operator=(), and FirewireDesc::SetGUID().
| uint AVCInfo::m_specid {0} |
Definition at line 48 of file avcinfo.h.
Referenced by operator=().
| std::array<uint8_t,32> AVCInfo::m_unit_table {} |
Definition at line 53 of file avcinfo.h.
Referenced by AVCInfo(), GetSubunitInfo(), IsSubunitType(), and operator=().
| uint AVCInfo::m_vendorid {0} |
Definition at line 49 of file avcinfo.h.
Referenced by operator=().