libraw1394
version 0.9
Copyright © 2001 by
Andreas Bombe
Table of Contents
1.
Introduction
2.
Short Introduction into IEEE 1394
Bus Structure
Bus Reset
Transactions
Bus Management
Isochronous Transmissions
3.
Data Structures and Program Flow
Overview
Handles
Ports
The Event Loop
Handlers
4.
Function Reference
raw1394_new_handle
— create new handle
raw1394_destroy_handle
— deallocate handle
raw1394_get_fd
— get the communication file descriptor
raw1394_(get|set)_userdata
— associate user data with a handle
Next
Introduction