comedi_apply_parsed_calibration

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.