1COMEDI_OPEN(3) COMEDI_OPEN(3)
23
4
NAME
6comedi_open - open a Comedi device
7
SYNOPSIS
9#include <comedilib.h>
1011
comedi_t * comedi_open (const char * filename);
12
DESCRIPTION
14Open a Comedi device specified by the file filename.
15
RETURN VALUE
17If sucessful, comedi_open returns a pointer to a valid comedi_t struc‐
18ture. This structure is transparent; the pointer should not be deref‐
19erenced by the application. NULL is returned on failure.
2021
28 October 2007 COMEDI_OPEN(3)