From: Frank Mori Hess Date: Mon, 11 Sep 2006 13:55:22 +0000 (+0000) Subject: Added description of SDF_SOFT_CALIBRATED flag. X-Git-Tag: v0_8_0~54 X-Git-Url: http://git.tremily.us/gitweb.cgi?a=commitdiff_plain;h=4ccca1c790fa1d95c09c4778aa0b377a630ffac5;p=comedilib.git Added description of SDF_SOFT_CALIBRATED flag. --- diff --git a/doc/funcref b/doc/funcref index 5b20cd7..7c49f00 100644 --- a/doc/funcref +++ b/doc/funcref @@ -286,6 +286,15 @@ Description: The subdevice supports asynchronous commands. + SDF_SOFT_CALIBRATED + 0x00002000 + The subdevice relies on the host to do calibration in software. + Software calibration coefficients are determined by the comedi_soft_calibrate + utility. See the description of the comedi_get_softcal_converter() function + for more information. + + + SDF_READABLE 0x00010000 The subdevice can be read (e.g. analog input).