1testlibraw(1) Linux IEEE 1394 testlibraw(1)
2
3
4
6 testlibraw - run basic functionality tests on libraw1394
7
9 testlibraw
10
12 testlibraw attaches to the Linux IEEE 1394 subsystem through libraw1394
13 and tries to read data from all connected nodes. It therefore acts as
14 a check that:
15
16 * libraw1394 is installed correctly
17
18 * the IEEE 1394 subsystem is loaded in the kernel and of a sup‐
19 ported version
20
21 * libraw1394 and kernel side raw1394 can communicate
22
23 * connected nodes can be reached and do respond.
24
25 The read transactions are of a form that all powered up nodes conform‐
26 ing to the IEEE 1394 standard have to be able to respond to.
27
28 The source of this program also acts as a demonstration of libraw1394
29 programming, including initialization, transactions and the event loop.
30
32 FIXME: insert example here
33
35 None known.
36
38 http://linux1394.sourceforge.net/
39
41 Andreas Bombe <aeb@debian.org>
42
43
44
45 libraw1394 2.1.2 testlibraw(1)