summaryrefslogtreecommitdiff
path: root/camlibs/canon/doc/canon-api.sgml
blob: 80c9e51106831a3ded43f28d8a6c8fd33ec6e7e2 (plain)
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
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
<!doctype book PUBLIC "-//Davenport//DTD DocBook V3.0//EN" [
<!entity hash "#">
<!entity canon SYSTEM "sgml/canon.sgml">
<!entity internal-functions SYSTEM "sgml/internal-functions.sgml">
<!entity serial-communication SYSTEM "sgml/serial-communication.sgml">
<!entity structures SYSTEM "sgml/structures.sgml">
<!entity library-interface SYSTEM "sgml/library-interface.sgml">
<!entity usb-control SYSTEM "sgml/usb-control.sgml">
<!entity macros SYSTEM "sgml/macros.sgml">
<!entity directory-entries SYSTEM "sgml/directory-entries.sgml">
<!entity listing-directories SYSTEM "sgml/listing-directories.sgml">
<!entity power-status SYSTEM "sgml/power-status.sgml">
<!entity file-attributes SYSTEM "sgml/file-attributes.sgml">
]>
<book id="index">
  <bookinfo>
    <title>The Canon driver reference</title>
     <copyright>
      <year>2003</year>
      <holder>The Free Software Foundation</holder>
    </copyright>

    <legalnotice>
      <para>
        Permission is granted to copy, distribute and/or modify this
        document under the terms of the <citetitle>GNU Free
        Documentation License</citetitle>, Version 1.1 or any later
        version published by the Free Software Foundation with no
        Invariant Sections, no Front-Cover Texts, and no Back-Cover
        Texts. You may obtain a copy of the <citetitle>GNU Free
        Documentation License</citetitle> from the Free Software
        Foundation by visiting <ulink type="http"
        url="http://www.fsf.org">their Web site</ulink> or by writing
        to:

        <address>
          The Free Software Foundation, Inc.,
          <street>59 Temple Place</street> - Suite 330,
          <city>Boston</city>, <state>MA</state> <postcode>02111-1307</postcode>,
          <country>USA</country>
        </address>
      </para>
    </legalnotice>

     <abstract>
      <para>
	This manual documents the internals of the Canon camera
	library for gphoto2.
      </para>
    </abstract>
 </bookinfo>

 <chapter id="library-interface">
   <title>Standard gphoto2 camera interface</title>
   &library-interface;
 </chapter>
 
 <chapter id="internal-functions">
   <title>Internal Glue Functions</title>
   &internal-functions;
 </chapter>

 <chapter id="macros">
   <title>Utility Macros</title>
   &macros;
 </chapter>

 <chapter id="serial-communication">
   <title>Serial Communication</title>
   &serial-communication;
 </chapter>

 <chapter id="usb-control">
   <title>USB communication</title>
   &usb-control;
 </chapter>

 <chapter id="directories">
   <title>Handling Camera Directories</title>
   &listing-directories;
   &directory-entries;
 </chapter>

<chapter id="power-status">
   <title>Power Status</title>
   &power-status;
 </chapter>

 <chapter id="structures">
   <title>Structures</title>
   &structures;
 </chapter>

</book>