#include <linuxavcinfo.h>

Definition at line 19 of file linuxavcinfo.h.
Public Member Functions | |
| LinuxAVCInfo () | |
| bool | Update (uint64_t _guid, raw1394handle_t handle, uint _port, uint _node) |
| bool | OpenPort (void) |
| bool | ClosePort (void) |
| virtual bool | SendAVCCommand (const vector< uint8_t > &cmd, vector< uint8_t > &result, int retry_cnt) |
| bool | IsPortOpen (void) const |
| int | GetNode (void) const |
| Returns remote node. | |
Public Attributes | |
| raw1394handle_t | fw_handle |
| LinuxAVCInfo::LinuxAVCInfo | ( | ) | [inline] |
Definition at line 22 of file linuxavcinfo.h.
Definition at line 10 of file linuxavcinfo.cpp.
| bool LinuxAVCInfo::OpenPort | ( | void | ) |
Definition at line 39 of file linuxavcinfo.cpp.
| bool LinuxAVCInfo::ClosePort | ( | void | ) |
Definition at line 55 of file linuxavcinfo.cpp.
| bool LinuxAVCInfo::SendAVCCommand | ( | const vector< uint8_t > & | cmd, | |
| vector< uint8_t > & | result, | |||
| int | retry_cnt | |||
| ) | [virtual] |
Reimplemented from AVCInfo.
Definition at line 67 of file linuxavcinfo.cpp.
Referenced by LinuxFirewireDevice::SendAVCCommand().
| bool LinuxAVCInfo::IsPortOpen | ( | void | ) | const [inline] |
| int LinuxAVCInfo::GetNode | ( | void | ) | const [inline] |
Returns remote node.
Definition at line 38 of file linuxavcinfo.h.
Referenced by LinuxFirewireDevice::CloseP2PNode(), LinuxFirewireDevice::HandleBusReset(), LinuxFirewireDevice::OpenBroadcastNode(), and LinuxFirewireDevice::OpenP2PNode().
| raw1394handle_t LinuxAVCInfo::fw_handle |
Definition at line 41 of file linuxavcinfo.h.
Referenced by ClosePort(), IsPortOpen(), OpenPort(), and SendAVCCommand().
1.5.5