1COMEDI_RANGE_IS_CHAN_SPECIFIC(3) COMEDI_RANGE_IS_CHAN_SPECIFIC(3)
2
3
4
6 comedi_range_is_chan_specific - range information depends on channel
7
9 #include <comedilib.h>
10
11 int comedi_range_is_chan_specific (comedi_t * device, unsigned int sub‐
12 device);
13
15 If each channel of the specified subdevice has different range informa‐
16 tion, this function returns 1. Otherwise, this function returns 0. On
17 error, this function returns -1.
18
19 28 October 2007COMEDI_RANGE_IS_CHAN_SPECIFIC(3)