Man Linux: Main Page and Category List

NAME

       comedi_apply_parsed_calibration - set calibration from memory

SYNOPSIS

       #include <comedilib.h>

       int  comedi_apply_parsed_calibration  (comedi_t  * device, unsigned int
       subdevice, unsigned int channel, unsigned int range, unsigned int aref,
       const comedi_calibration_t *calibration);

STATUS

       alpha

DESCRIPTION

       This  function  is  similar  to  comedi_apply_calibration()  except the
       calibration information is read from memory instead of  a  file.   This
       function  can  be  more efficient than comedi_apply_calibration() since
       the calibration file does not need to be reparsed with every call.  The
       calibration is obtained by a call to comedi_parse_calibration_file().

RETURN VALUE

       Zero on success, a negative number on failure.

                                28 October 2COMEDI_APPLY_PARSED_CALIBRATION(3)