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_cleanup_calibration - free calibration resources

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 frees the resources associated with a comedi_calibration_t obtained from
       comedi_parse_calibration_file. The comedi_calibration_t pointed to by calibration can not be used again
       after calling this function.

Name

       comedi_cleanup_calibration - free calibration resources

Status

       alpha

Synopsis

#include<comedilib.h>voidcomedi_cleanup_calibration(comedi_calibration_t*calibration);

See Also