#include <ieee1394io.h>
Inheritance diagram for IEEE1394Writer:

Public Member Functions | |
| IEEE1394Writer () | |
| virtual | ~IEEE1394Writer () |
| virtual void | SendFrame (Frame &frame)=0 |
| bool | isValid (void) |
Protected Attributes | |
| int | m_fd |
| string | m_deviceName |
| unsigned int | m_channel |
| unsigned int | m_nBuffers |
| unsigned int | m_cip_n |
| unsigned int | m_cip_d |
| unsigned int | m_syt_offset |
| IEEE1394Writer::IEEE1394Writer | ( | ) | [inline] |
| virtual IEEE1394Writer::~IEEE1394Writer | ( | ) | [inline, virtual] |
| bool IEEE1394Writer::isValid | ( | void | ) | [inline] |
| virtual void IEEE1394Writer::SendFrame | ( | Frame & | frame | ) | [pure virtual] |
Implemented in dv1394Writer.
unsigned int IEEE1394Writer::m_channel [protected] |
unsigned int IEEE1394Writer::m_cip_d [protected] |
unsigned int IEEE1394Writer::m_cip_n [protected] |
string IEEE1394Writer::m_deviceName [protected] |
int IEEE1394Writer::m_fd [protected] |
unsigned int IEEE1394Writer::m_nBuffers [protected] |
unsigned int IEEE1394Writer::m_syt_offset [protected] |
1.4.7