man comedi_get_cmd_generic_timed (Fonctions bibliothèques) - streaming input/output capabilities
NAME
comedi_get_cmd_generic_timed - streaming input/output capabilities
SYNOPSIS
#include <comedilib.h> int comedi_get_cmd_generic_timed (comedi_t * device, unsigned int subdevice, comedi_cmd * command, unsigned int period_ns);
DESCRIPTION
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 the parameter command. The command structure pointed to by the parameter command is modified to be a valid command that can be used as a parameter to comedi_command(). The command measures samples at a rate that corresponds to the period period_ns. The rate is adjusted to a rate that the device can handle. If sucessful, 0 is returned, otherwise -1.