Name

comedi_cleanup_calibration — free calibration resources

Synopsis

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

Status

alpha

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.