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_get_default_calibration_path - get default calibration file path

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

       This function returns a pointer to a string containing a default calibration file path appropriate for
       the Comedi device specified by device. Memory for the string is allocated by the function, and should be
       freed with the C library function free when the string is no longer needed.

Name

       comedi_get_default_calibration_path - get default calibration file path

Return Value

       A string which contains a file path useable by comedi_parse_calibration_file. On error, NULL is returned.

Status

       alpha

Synopsis

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

See Also