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>
mp;follow=1'>Update gb.hGravatar gingerBill 1-11/+11 2016-04-12Update README.mdGravatar gingerBill 1-3/+3 2016-04-12Update gb.hGravatar gingerBill 1-386/+526 2016-04-10New gb.h!!!!Gravatar gingerBill 1-370/+1414 2016-04-10License UpdateGravatar gingerBill 1-45/+40 2016-04-08Update README.mdGravatar gingerBill 1-1/+1 2016-04-08Use 64-bit murmur64 version on WIN64Gravatar gingerBill 1-3/+3 2016-04-08Update gb_math.hGravatar gingerBill 1-5/+6 2016-04-08Fix strict aliasing in gb_quake_inv_sqrtGravatar gingerBill 1-11/+13 2016-04-08Update gb_math.hGravatar gingerBill 1-1/+2 2016-04-08gb_math.h v0.04a - Minor bug fixesGravatar gingerBill 1-45/+50 2016-04-08Update README.mdGravatar gingerBill 1-2/+1 2016-04-08Delete gb_math.hppGravatar gingerBill 1-3882/+0 2016-04-08gb_math.h - v0.04 - Namespace everything with gbGravatar gingerBill 1-340/+1484 2016-03-03Update gb.h - v0.02Gravatar gingerBill 1-38/+59 Minor fixes to work with older versions of MSVC 2016-03-03New LibrariesGravatar gingerBill 3-2101/+1219 2016-01-01Explicit Everything!Gravatar gingerBill 4-306/+241 2015-12-17Macro fixesGravatar gingerBill 3-58/+75 2015-12-17Change conventions slightlyGravatar gingerBill 4-1041/+1069 2015-12-15Remove C++ specific macrosGravatar gingerBill 1-19/+2 2015-12-15Allow for no <stdio.h>Gravatar gingerBill 2-18/+32 2015-12-14gb.hpp - Allocators can be passed to gb_alloc/free/etc. without cast using ↵Gravatar gingerBill 3-33/+126 `typedef void *gb_Allocator_Ptr` 2015-12-14Update README.mdGravatar gingerBill 1-1/+1 2015-12-14gb.h - Implement all functions (from gb.hpp)Gravatar gingerBill 3-247/+1983 2015-12-14Update README.mdGravatar gingerBill 1-0/+1