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
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>
The <type>comedi_sv_t</type> structure is used by the <function>comedi_sv_…</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>