summaryrefslogtreecommitdiffstats
path: root/doc/testlibraw.1.in
blob: 69dde13bb04da0297cacff32943fd5fba8972acd (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
.TH testlibraw 1 "libraw1394 @VERSION@" "" "Linux IEEE 1394"
.SH NAME
testlibraw \- run basic functionality tests on libraw1394
.SH SYNOPSIS
.B testlibraw
.SH DESCRIPTION
testlibraw attaches to the Linux IEEE 1394 subsystem through libraw1394 and
tries to read data from all connected nodes.  It therefore acts as a check that:
.IP *
libraw1394 is installed correctly
.IP *
the IEEE 1394 subsystem is loaded in the kernel and of a supported version
.IP *
libraw1394 and kernel side raw1394 can communicate
.IP *
connected nodes can be reached and do respond.
.PP
The read transactions are of a form that all powered up nodes conforming to the
IEEE 1394 standard have to be able to respond to.
.PP
The source of this program also acts as a demonstration of libraw1394
programming, including initialization, transactions and the event loop.
.SH EXAMPLE RUN
FIXME: insert example here
.SH BUGS
None known.
.SH SEE ALSO
http://linux1394.sourceforge.net/
.SH AUTHOR
Andreas Bombe <aeb@debian.org>
td>2000-06-14Added copyright headers.Gravatar aeb 6-0/+54 2000-06-11Added explicit AC_PROG_INSTALL call.Gravatar aeb 1-0/+1 2000-06-09Fix size of error field.Gravatar aeb 1-2/+2 2000-06-02Modified support for 32/64 bit environments, control struct fields have fixed...Gravatar aeb 7-43/+28 2000-05-28Added support for environments with 64 bit kernel and 32 bit userland.Gravatar aeb 8-7/+45 2000-04-27Fixed missing setting of ext code in raw1394_start_lock()Gravatar aeb 1-0/+1 2000-04-15Fixed lock transaction to actually return response value.Gravatar aeb 3-5/+11 2000-04-12Add userdata functions as news.Gravatar aeb 1-0/+4 2000-04-05Add userdata functions.Gravatar aeb 3-0/+18 2000-03-18Bump version number to 0.6.Gravatar aeb 3-5/+6 2000-03-18Mention byte order change.Gravatar aeb 1-0/+2 2000-03-18Mention SourceForge home.Gravatar aeb 1-1/+5