120 lines
3.5 KiB
XML
120 lines
3.5 KiB
XML
<?xml version="1.0" encoding="utf-8"?>
|
|
<!DOCTYPE article PUBLIC "-//OASIS//DTD DocBook XML V4.4//EN"
|
|
"http://www.oasis-open.org/docbook/xml/4.4/docbookx.dtd" [
|
|
<!ENTITY % comedilib_entities SYSTEM "comedilib.ent">
|
|
%comedilib_entities;
|
|
]>
|
|
|
|
<article xmlns:xi="http://www.w3.org/2001/XInclude">
|
|
<articleinfo>
|
|
<title>Comedi</title>
|
|
<subtitle>
|
|
The <emphasis>Control and Measurement Device Interface</emphasis>
|
|
handbook for Comedilib &comedilib_version;
|
|
</subtitle>
|
|
<author>
|
|
<firstname>David</firstname>
|
|
<surname>Schleef</surname>
|
|
<email>ds@schleef.org</email>
|
|
</author>
|
|
<author>
|
|
<firstname>Frank</firstname>
|
|
<othername>Mori</othername>
|
|
<surname>Hess</surname>
|
|
<email>fmhess@users.sourceforge.net</email>
|
|
</author>
|
|
<author>
|
|
<firstname>Herman</firstname>
|
|
<surname>Bruyninckx</surname>
|
|
<email>Herman.Bruyninckx@mech.kuleuven.ac.be</email>
|
|
</author>
|
|
<author>
|
|
<firstname>Bernd</firstname>
|
|
<surname>Porr</surname>
|
|
<email>tech@linux-usb-daq.co.uk</email>
|
|
</author>
|
|
<author>
|
|
<firstname>Ian</firstname>
|
|
<surname>Abbott</surname>
|
|
<email>abbotti@mev.co.uk</email>
|
|
</author>
|
|
<author>
|
|
<firstname>Éric</firstname>
|
|
<surname>Piel</surname>
|
|
<email>piel@delmic.com</email>
|
|
</author>
|
|
<copyright>
|
|
<year>1998-2003</year>
|
|
<holder>David Schleef</holder>
|
|
</copyright>
|
|
<copyright>
|
|
<year>2001-2003, 2005, 2008</year>
|
|
<holder>Frank Mori Hess</holder>
|
|
</copyright>
|
|
<copyright>
|
|
<year>2002-2003</year>
|
|
<holder>Herman Bruyninckx</holder>
|
|
</copyright>
|
|
<copyright>
|
|
<year>2012</year>
|
|
<holder>Bernd Porr</holder>
|
|
</copyright>
|
|
<copyright>
|
|
<year>2012</year>
|
|
<holder>Ian Abbott</holder>
|
|
</copyright>
|
|
<copyright>
|
|
<year>2012, 2015</year>
|
|
<holder>Éric Piel</holder>
|
|
</copyright>
|
|
|
|
<abstract>
|
|
<para>
|
|
&comedi; is a free software project to interface
|
|
<emphasis>digital acquisition</emphasis> (DAQ) cards. It is the
|
|
combination of three complementary software items: (i) a generic,
|
|
device-independent API, (ii) a collection of Linux kernel modules that
|
|
implement this API for a wide range of cards, and (iii) a Linux user
|
|
space library with a developer-oriented programming interface to
|
|
configure and use the cards.
|
|
</para>
|
|
</abstract>
|
|
|
|
<legalnotice>
|
|
<para>
|
|
This document is part of Comedilib. In the context of this
|
|
document, the term "source code" as defined by the license is
|
|
interpreted as the XML source.
|
|
</para>
|
|
<para>
|
|
This library is free software; you can redistribute it and/or
|
|
modify it under the terms of the GNU Lesser General Public
|
|
License as published by the Free Software Foundation, version 2.1
|
|
of the License.
|
|
</para>
|
|
<para>
|
|
This library is distributed in the hope that it will be useful,
|
|
but WITHOUT ANY WARRANTY; without even the implied warranty of
|
|
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
|
|
Lesser General Public License for more details.
|
|
</para>
|
|
<para>
|
|
You should have received a copy of the GNU Lesser General Public
|
|
License along with this library; if not, write to the Free Software
|
|
Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307
|
|
USA.
|
|
</para>
|
|
</legalnotice>
|
|
|
|
</articleinfo>
|
|
|
|
<xi:include href="intro.xml"/>
|
|
<xi:include href="install.xml"/>
|
|
<xi:include href="tutorial.xml"/>
|
|
<xi:include href="other.xml"/>
|
|
<xi:include href="reference.xml"/>
|
|
<xi:include href="driverwriting.xml"/>
|
|
<xi:include href="glossary.xml"/>
|
|
|
|
</article>
|
|
|