comedi_get_cmd_src_mask — streaming input/output capabilities
#include <comedilib.h>
int comedi_get_cmd_src_mask( | comedi_t * device, |
unsigned int subdevice, | |
comedi_cmd * command) ; |
The command capabilities of the subdevice indicated by the parameters
device
and subdevice
are probed, and the results placed in the
command structure pointed to by command
. The trigger
source elements of the command structure are set to be the bitwise-or
of the subdevice's supported trigger sources. Other elements in the structure
are undefined.