Added description of SDF_SOFT_CALIBRATED flag.
This commit is contained in:
parent
905b99fb60
commit
4ccca1c790
1 changed files with 9 additions and 0 deletions
|
@ -286,6 +286,15 @@ Description:
|
|||
<entry>The subdevice supports asynchronous commands.</entry>
|
||||
</row>
|
||||
<row>
|
||||
<entry>SDF_SOFT_CALIBRATED</entry>
|
||||
<entry>0x00002000</entry>
|
||||
<entry>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.
|
||||
</entry>
|
||||
</row>
|
||||
<row>
|
||||
<entry>SDF_READABLE</entry>
|
||||
<entry>0x00010000</entry>
|
||||
<entry>The subdevice can be read (e.g. analog input).</entry>
|
||||
|
|
Loading…
Add table
Reference in a new issue