logo
Free, unlimited AI code reviews that run on commit
git-lrc git-lrc GitHub Install Now We'd appreciate a star git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt

comedi_trigger - perform streaming input/output (deprecated)

Authors

DavidSchleef <ds@schleef.org>
           Author.

       FrankMoriHess <fmhess@users.sourceforge.net>
           Author.

       HermanBruyninckx <Herman.Bruyninckx@mech.kuleuven.ac.be>
           Author.

       BerndPorr <tech@linux-usb-daq.co.uk>
           Author.

       IanAbbott <abbotti@mev.co.uk>
           Author.

       ÉricPiel <piel@delmic.com>
           Author.

Description

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

Name

       comedi_trigger - perform streaming input/output (deprecated)

Status

       deprecated

Synopsis

#include<comedilib.h>intcomedi_trigger(comedi_t*device,comedi_trig*trig);

See Also