Remove generated files
[framework/connectivity/libgphoto2.git] / doc / libgphoto2_port.3
1 .\" ** You probably do not want to edit this file directly **
2 .\" It was generated using the DocBook XSL Stylesheets (version 1.69.1).
3 .\" Instead of manually editing it, you probably should edit the DocBook XML
4 .\" source for it and then use the DocBook XSL Stylesheets to regenerate it.
5 .TH "LIBGPHOTO2_PORT" "3" "08/16/2006" "" "The gPhoto2 Reference (the man"
6 .\" disable hyphenation
7 .nh
8 .\" disable justification (adjust text to left margin only)
9 .ad l
10 .SH "NAME"
11 libgphoto2_port \- cross\-platform port access library
12 .SH "SYNOPSIS"
13 .sp
14 .nf
15 #include <gphoto2/gphoto2_port.h>
16 .fi
17 .SH "DESCRIPTION"
18 .PP
19 The
20 libgphoto2_port
21 library was written to provide
22 libgphoto2(3)
23 with a generic way of accessing ports. In this function,
24 libgphoto2_port
25 is the successor of the
26 libgpio
27 library.
28 .PP
29 Currently,
30 libgphoto2_port
31 supports serial (RS\-232) and
32 USB
33 connections, the latter requiring
34 libusb
35 to be installed.
36 .PP
37 The autogenerated
38 API
39 docs will be added here in the future.
40 .SH "ENVIRONMENT VARIABLES"
41 .TP
42 \fBIOLIBS\fR
43 If set, defines the directory where the
44 libgphoto2_port
45 library looks for its I/O drivers (iolibs). You only need to set this on OS/2 systems and broken/test installations.
46 .TP
47 \fBLD_DEBUG\fR
48 Set this to
49 \fIall\fR
50 to receive lots of debug information regarding library loading on
51 \fBld\fR
52 based systems.
53 .TP
54 \fBUSB_DEBUG\fR
55 If set, defines the numeric debug level with which the
56 libusb
57 library will print messages. In order to get some debug output, set it to
58 \fI1\fR.
59 .SH "SEE ALSO"
60 .PP
61 libgphoto2(3), The gPhoto2 Manual,
62 [1]\&\fIgphoto website\fR, automatically generated
63 API
64 docs,
65 [2]\&\fIlibusb website\fR
66 .
67 .SH "AUTHOR"
68 The gPhoto2 Team. 
69 .br
70 Hans Ulrich Niedermann <gp@n\-dimensional.de>. (man page)
71 .SH "REFERENCES"
72 .TP 3
73 1.\ gphoto website
74 \%http://www.gphoto.org/
75 .TP 3
76 2.\ libusb website
77 \%http://libusb.sourceforge.net/