1COMEDI_GET_CMD_GENERIC_TIMED(3)                COMEDI_GET_CMD_GENERIC_TIMED(3)
2
3
4

NAME

6       comedi_get_cmd_generic_timed - streaming input/output capabilities
7

SYNOPSIS

9       #include <comedilib.h>
10
11       int  comedi_get_cmd_generic_timed (comedi_t * device, unsigned int sub‐
12       device, comedi_cmd * command, unsigned int chanlist_len,  unsigned  int
13       scan_period_ns);
14

DESCRIPTION

16       The  command  capabilities of the subdevice indicated by the parameters
17       device and subdevice are probed, and the results placed in the  command
18       structure  pointed  to by the parameter command.  The command structure
19       pointed to by the parameter command is modified to be a  valid  command
20       that  can be used as a parameter to comedi_command() (after the command
21       has been assigned a valid chanlist array).  The command measures  scans
22       consisting  of chanlist_len channels at a scan rate that corresponds to
23       the period scan_period_ns.  The rate is adjusted to  a  rate  that  the
24       device can handle.  If sucessful, 0 is returned, otherwise -1.
25
26                                28 October 2007COMEDI_GET_CMD_GENERIC_TIMED(3)
Impressum