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_open - open a Comedi device

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

       Open a Comedi device specified by the file filename.

Name

       comedi_open - open a Comedi device

Return Value

       If successful, comedi_open returns a pointer to a valid comedi_t structure. This structure is opaque; the
       pointer should not be dereferenced by the application.  NULL is returned on failure.

Synopsis

#include<comedilib.h>comedi_t*comedi_open(constchar*filename);

See Also