From c75e9301c819858d929fb5f9c5267f63cd0a85a4 Mon Sep 17 00:00:00 2001 From: Frank Mori Hess Date: Sun, 21 Dec 2003 18:07:42 +0000 Subject: [PATCH] added some missing end tags, noted by Steven Jenkins --- doc/comedilib.sgml | 1 + doc/driverwriting.sgml | 13 +++++++------ doc/install.sgml | 1 + doc/other.sgml | 3 ++- doc/tutorial.sgml | 1 + 5 files changed, 12 insertions(+), 7 deletions(-) diff --git a/doc/comedilib.sgml b/doc/comedilib.sgml index 92a782c..e491ce1 100644 --- a/doc/comedilib.sgml +++ b/doc/comedilib.sgml @@ -101,6 +101,7 @@ 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. + diff --git a/doc/driverwriting.sgml b/doc/driverwriting.sgml index 6476826..00e75dd 100644 --- a/doc/driverwriting.sgml +++ b/doc/driverwriting.sgml @@ -261,6 +261,7 @@ struct comedi_lrange_struct{
<function>comedi_subdevice</function> + The subdevice is the smallest &comedi; entity that can be used for stand-alone DAQ, so it is no surprise that it is @@ -271,17 +272,17 @@ struct comedi_subdevice_struct{ int n_chan; int subdev_flags; int len_chanlist; /* maximum length of channel/gain list */ - + void *private; - + comedi_async *async; - + void *lock; void *busy; unsigned int runflags; - + int io_bits; - + lsampl_t maxdata; /* if maxdata==0, use list */ lsampl_t *maxdata_list; /* list is channel specific */ @@ -830,7 +831,7 @@ Drivers should report errors and warnings via the - +
diff --git a/doc/install.sgml b/doc/install.sgml index c5b3133..a1c942f 100644 --- a/doc/install.sgml +++ b/doc/install.sgml @@ -65,6 +65,7 @@ run comedi_config as comedi_config /dev/comedi0 ni_atmio + For the Data Translation board, you need to have a diff --git a/doc/other.sgml b/doc/other.sgml index 3f84ef4..e4154ec 100644 --- a/doc/other.sgml +++ b/doc/other.sgml @@ -65,6 +65,7 @@ The subdevice and integers that indicate which subdevice and channel is used in the acquisition. The integer bit contains the value of the acquired bit. + The direction of bidirectional lines can be configured using the function @@ -1452,7 +1453,7 @@ data[3]: primary analog level. data[4]: secondary analog level. - + Analog triggering is described by a digital combining machine that has two sensitive digital inputs. The sensitive digital inputs are diff --git a/doc/tutorial.sgml b/doc/tutorial.sgml index 5f73809..8d3d2c2 100644 --- a/doc/tutorial.sgml +++ b/doc/tutorial.sgml @@ -57,6 +57,7 @@ The comedi0 device file is configured to point to a valid &comedi; driver. explains how this driver is linked to the device file. + The code above is basically the guts of demo/inp.c, without error checking or fancy -- 2.26.2