Документ взят из кэша поисковой машины. Адрес оригинального документа : http://mavr.sao.ru/hq/sts/linux/comedi/doc/func-ref-comedi-do-insn.html
Дата изменения: Unknown
Дата индексирования: Fri Dec 28 19:48:43 2007
Кодировка:

Поисковые слова: vallis
comedi_do_insn

comedi_do_insn

Name

comedi_do_insn -- perform instruction

Synopsis

#include <comedilib.h>

int comedi_do_insn(comedi_t * device, comedi_insn * instruction);

Description

The function comedi_do_insn() performs a single instruction. If sucessful, comedi_do_insn() returns the number of samples measured, which may be less than the number of requested samples. Comedi limits the number of requested samples in order to enforce fairness among processes. If there is an error, -1 is returned.