Re: subdevices types

I just took a gander in comedi.h.  Here is an excerpt:

#define COMEDI_SUBD_UNUSED              0       /* unused */
#define COMEDI_SUBD_AI                  1       /* analog input */
#define COMEDI_SUBD_AO                  2       /* analog output */
#define COMEDI_SUBD_DI                  3       /* digital input */
#define COMEDI_SUBD_DO                  4       /* digital output */
#define COMEDI_SUBD_DIO                 5       /* digital input/output */
#define COMEDI_SUBD_COUNTER             6       /* counter */
#define COMEDI_SUBD_TIMER               7       /* timer */
#define COMEDI_SUBD_MEMORY              8       /* memory, EEPROM, DPRAM */
#define COMEDI_SUBD_CALIB               9       /* calibration DACs */
#define COMEDI_SUBD_PROC                10      /* processor, DSP */


On Wed, 11 Sep 2002, Daniel Betaille wrote:

> Hello,
> I begin using comedi with pxi-6025 card from ni.
> I don't find meaning of type of subdevices. Where can I find a table wich explain that?
> Thanks
> Daniel
>
>

Received on 2002-09-11Z14:35:33