Документ взят из кэша поисковой машины. Адрес оригинального документа : http://www.sao.ru/hq/sts/linux/comedi/doc/func-ref-comedi-get-cmd-generic-timed.html
Дата изменения: Unknown
Дата индексирования: Sat Sep 11 21:04:45 2010
Кодировка:
comedi_get_cmd_generic_timed

comedi_get_cmd_generic_timed

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.