Blast-Radius Aware AI Code Review for Business-Critical Systems
LiveReview LiveReview Explore LiveReview

comedi_get_driver_name - Comedi driver name

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_get_driver_name returns a pointer to a string containing the name of the driver being
       used by comedi for the comedi device represented by device. This pointer is valid until the device is
       closed. This function returns NULL if there is an error.

Name

       comedi_get_driver_name - Comedi driver name

Synopsis

#include<comedilib.h>char*comedi_get_driver_name(comedi_t*device);

See Also