Документ взят из кэша поисковой машины. Адрес оригинального документа : http://www.sao.ru/hq/sts/linux/comedi/doc/func-ref-comedi-trigger.html
Дата изменения: Unknown
Дата индексирования: Sat Sep 11 20:23:09 2010
Кодировка:
comedi_trigger

comedi_trigger

Name

comedi_trigger -- perform streaming input/output (deprecated)

Synopsis

#include <comedilib.h>

int comedi_trigger(comedi_t * device, comedi_trig * trig);

Status

deprecated

Description

The function comedi_trigger() instructs Comedi to perform the command specified by the trigger structure trig. The return value depends on the particular trig being issued. If there is an error, -1 is returned.