include typemaps.i
[comedilib.git] / doc / comedilib.sgml
1 <!DOCTYPE article PUBLIC "-//OASIS//DTD DocBook V3.1//EN" [
2 <!ENTITY intro SYSTEM "intro.sgml">
3 <!ENTITY install SYSTEM "install.sgml">
4 <!ENTITY tutorial SYSTEM "tutorial.sgml">
5 <!ENTITY other SYSTEM "other.sgml">
6 <!ENTITY driverwriting SYSTEM "driverwriting.sgml">
7 <!ENTITY drivers SYSTEM "drivers.sgml">
8 <!ENTITY reference SYSTEM "reference.sgml">
9 <!ENTITY funcref SYSTEM "funcref.sgml">
10 <!ENTITY glossary SYSTEM "glossary.sgml">
11 <!ENTITY comedi "<acronym>Comedi</acronym>">
12 <!ENTITY uuml "ue">
13 <!ENTITY hellip "...">
14 ]>
15
16 <article>
17
18 <artheader>
19   <title>
20     Comedi 
21   </title>
22   <subtitle>
23 The <emphasis>Control and Measurement Device Interface</emphasis>
24 handbook
25   </subtitle>
26   <author>
27     <firstname>David</firstname>
28     <surname>Schleef</surname>
29     <affiliation>
30       <address>
31         ds@schleef.org
32       </address>
33     </affiliation>
34   </author>
35   <author>
36     <firstname>Frank</firstname>
37     <surname>Hess</surname>
38     <affiliation>
39       <address>
40         fmhess@users.sourceforge.net
41       </address>
42     </affiliation>
43   </author>
44   <author>
45     <firstname>Herman</firstname>
46     <surname>Bruyninckx</surname>
47     <affiliation>
48       <address>
49         Herman.Bruyninckx@mech.kuleuven.ac.be
50       </address>
51     </affiliation>
52   </author>
53  <copyright>
54   <year>1998-2003</year>
55   <holder>David Schleef</holder>
56  </copyright>
57  <copyright>
58   <year>2001-2003</year>
59   <holder>Frank Mori Hess</holder>
60  </copyright>
61  <copyright>
62   <year>2002-2003</year>
63   <holder>Herman Bruyninckx</holder>
64  </copyright>
65
66  <abstract>
67  <para>
68  <emphasis role="strong">Abstract</emphasis>
69  </para>
70  <para>
71 &comedi; is a free software project to interface
72 <emphasis>digital acquisition</emphasis> (DAQ) cards. It is the
73 combination of three complementary software items: (i) a generic,
74 device-independent API, (ii) a collection of Linux kernel modules that
75 implement this API for a wide range of cards, and (iii) a Linux user
76 space library with a developer-oriented programming interface to
77 configure and use the cards.
78  </para>
79  </abstract>
80
81  <legalnotice>
82   <para>
83 This document is part of Comedilib.  In the context of this
84 document, the term "source code" as defined by the license is
85 interpreted as the SGML source.
86
87 COMEDILIB - Linux Control and Measurement Device Interface Library
88 Copyright (C) 1997-2003 David A. Schleef &lt;ds@schleef.org&gt;
89
90 This library is free software; you can redistribute it and/or
91 modify it under the terms of the GNU Lesser General Public
92 License as published by the Free Software Foundation, version 2.1
93 of the License.
94
95 This library is distributed in the hope that it will be useful,
96 but WITHOUT ANY WARRANTY; without even the implied warranty of
97 MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU
98 Lesser General Public License for more details.
99
100 You should have received a copy of the GNU Lesser General Public
101 License along with this library; if not, write to the Free Software
102 Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA  02111-1307
103 USA.
104  </para>
105  </legalnotice>
106
107 </artheader>
108
109 &intro;
110
111 &install;
112
113 &tutorial;
114
115 &other;
116
117 &driverwriting;
118
119 <section id="lowleveldrivers">
120   <title>
121     Low-level drivers
122   </title>
123
124 &drivers;
125
126 </section>
127
128 <section id="comedireference">
129   <title>
130     &comedi; Reference
131   </title>
132   <para>
133     Reference for 
134   <link linkend="constantsmacros">constants and macros</link>,
135   <link linkend="datatypesstructures">data types and structures</link>,
136   and <link linkend="functionreference">functions</link>.
137   </para>
138
139   &reference;
140
141 <!-- </section> -->
142
143   &funcref;
144
145 </section>
146
147   &glossary;
148
149
150 </article>
151