1COMEDI_PARSE_CALIBRATION_FILE(3)              COMEDI_PARSE_CALIBRATION_FILE(3)
2
3
4

NAME

6       comedi_parse_calibration_file - load contents of calibration file
7

SYNOPSIS

9       #include <comedilib.h>
10
11       comedi_calibration_t*    comedi_parse_calibration_file    (const   char
12       *file_path);
13

STATUS

15       alpha
16

DESCRIPTION

18       This function parses a calibration file (produced by  the  comedi_cali‐
19       brate  or  comedi_soft_calibrate  programs)  and returns a pointer to a
20       comedi_calibration_t     which     can     be     passed     to     the
21       comedi_apply_parsed_calibration()   or   comedi_get_softcal_converter()
22       functions.  When you are finished using the  comedi_calibration_t,  you
23       should  call comedi_cleanup_calibration() to free the resources associ‐
24       ated with the comedi_calibration_t.
25
26       The comedi_get_default_calibration_path() function  may  be  useful  in
27       conjunction with this function.
28

RETURN VALUE

30       A  pointer  to  parsed  calibration information on success,  or NULL on
31       failure.
32
33                                28 October 2007COMEDI_PARSE_CALIBRATION_FILE(3)
Impressum