~ubuntu-branches/ubuntu/intrepid/comedilib/intrepid

« back to all changes in this revision

Viewing changes to doc/man/comedi_apply_parsed_calibration.3

  • Committer: Bazaar Package Importer
  • Author(s): David Schleef
  • Date: 2004-11-04 11:43:51 UTC
  • mfrom: (1.1.1 upstream)
  • Revision ID: james.westby@ubuntu.com-20041104114351-a50kaei5yamka8r6
Tags: 0.7.22-2
It helps if the shared library is actually in the package.

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
.\" This manpage has been automatically generated by docbook2man 
 
2
.\" from a DocBook document.  This tool can be found at:
 
3
.\" <http://shell.ipoline.com/~elmert/comp/docbook2X/> 
 
4
.\" Please send any bug reports, improvements, comments, patches, 
 
5
.\" etc. to Steve Cheng <steve@ggi-project.org>.
 
6
.TH "COMEDI_APPLY_PARSED_CALIBRATION" "3" "02 October 2004" "" ""
 
7
 
 
8
.SH NAME
 
9
comedi_apply_parsed_calibration \- set calibration from memory
 
10
.SH SYNOPSIS
 
11
.sp
 
12
\fB#include <comedilib.h>
 
13
.sp
 
14
int comedi_apply_parsed_calibration (comedi_t * \fIdevice\fB, unsigned int \fIsubdevice\fB, unsigned int \fIchannel\fB, unsigned int \fIrange\fB, unsigned int \fIaref\fB, const comedi_calibration_t \fI*calibration\fB);
 
15
\fR
 
16
.SH "STATUS"
 
17
.PP
 
18
alpha
 
19
.SH "DESCRIPTION"
 
20
.PP
 
21
This function is similar to comedi_apply_calibration()
 
22
except the calibration information is read from memory
 
23
instead of a file.  This function can be more
 
24
efficient than comedi_apply_calibration() since the
 
25
calibration file does not need to be reparsed with
 
26
every call.  The \fIcalibration\fR is
 
27
obtained by a call to comedi_parse_calibration_file().
 
28
.PP
 
29
.SH "RETURN VALUE"
 
30
.PP
 
31
Zero on success, a negative number on failure.
 
32
.PP