doc/other.xml, reference.xml: Slowly varying inputs and comedi triggers
authorIan Abbott <abbotti@mev.co.uk>
Fri, 4 May 2012 17:45:33 +0000 (18:45 +0100)
committerIan Abbott <abbotti@mev.co.uk>
Fri, 4 May 2012 17:45:33 +0000 (18:45 +0100)
Mention that the stuff that relies on the COMEDI_TRIG ioctl, including
the slowly varying input (comedi_sv_...) functions no longer work with
current versions of the Comedi kernel layer.

doc/other.xml
doc/reference.xml

index b5306161f6aa10120a730e92cf93ad1c02eea172..f398024bf40c0be666d0cb5d16a3651ef080e7ec 100644 (file)
@@ -1259,6 +1259,12 @@ do not have infinitely sharp cutoffs.
 Slowly-varying inputs
 </title>
 
 Slowly-varying inputs
 </title>
 
+<para>
+<emphasis role="strong">Note: The functions described here use an old
+feature that is no longer implemented by the &comedi;
+kernel layer. THEY WILL NOT WORK!</emphasis>
+</para>
+
 <para>
 Sometimes, your input channels change slowly enough that
 you are able to average many successive input values to get a
 <para>
 Sometimes, your input channels change slowly enough that
 you are able to average many successive input values to get a
index 08c4c3bf94a9a6b97959802363b0badac605defe..3d2afb1ae523f59f7c9fafb07532ac345a88b27b 100644 (file)
@@ -368,7 +368,7 @@ struct comedi_trig_struct{
 The <type>comedi_trig</type> structure is a control structure used by the
 <constant>COMEDI_TRIG</constant> ioctl, an older method of communicating
 instructions to the driver and hardware.  Use of <type>comedi_trig</type> is
 The <type>comedi_trig</type> structure is a control structure used by the
 <constant>COMEDI_TRIG</constant> ioctl, an older method of communicating
 instructions to the driver and hardware.  Use of <type>comedi_trig</type> is
-deprecated, and should not be used in new applications.
+deprecated, and is no longer implemented by the &comedi; kernel layer.
 </para>
 </section>
 
 </para>
 </section>
 
@@ -399,8 +399,8 @@ struct comedi_sv_struct{
 <para>
 The <type>comedi_sv_t</type> structure is used by the <function>comedi_sv_&hellip;</function>
 functions to provide a simple method of accurately measuring
 <para>
 The <type>comedi_sv_t</type> structure is used by the <function>comedi_sv_&hellip;</function>
 functions to provide a simple method of accurately measuring
-slowly varying inputs.  See the relevant section for more
-details.
+slowly varying inputs.  This relies on the <constant>COMEDI_TRIG</constant>
+ioctl and is no longer by the &comedi; kernel layer.
 </para>
 </section>
 
 </para>
 </section>