1COMEDI_TRIGGER(3) COMEDI_TRIGGER(3)
23
4
NAME
6comedi_trigger - perform streaming input/output (deprecated)
7
SYNOPSIS
9#include <comedilib.h>
1011
int comedi_trigger (comedi_t * device, comedi_trig * trig);
12
STATUS
14deprecated
15
DESCRIPTION
17The function comedi_trigger() instructs Comedi to perform the command
18specified by the trigger structure trig. The return value depends on
19the particular trig being issued. If there is an error, -1 is
20returned.
2122
28 October 2007 COMEDI_TRIGGER(3)