File: comedi_sv_measure.3

package info (click to toggle)
comedilib 0.7.22-2.2
  • links: PTS
  • area: main
  • in suites: etch, etch-m68k
  • size: 5,376 kB
  • ctags: 2,466
  • sloc: ansic: 16,316; sh: 8,492; ruby: 1,360; makefile: 326; yacc: 262; perl: 257; lex: 79; python: 59
file content (26 lines) | stat: -rw-r--r-- 845 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
.\" This manpage has been automatically generated by docbook2man 
.\" from a DocBook document.  This tool can be found at:
.\" <http://shell.ipoline.com/~elmert/comp/docbook2X/> 
.\" Please send any bug reports, improvements, comments, patches, 
.\" etc. to Steve Cheng <steve@ggi-project.org>.
.TH "COMEDI_SV_MEASURE" "3" "02 October 2004" "" ""

.SH NAME
comedi_sv_measure \- slowly-varying inputs
.SH SYNOPSIS
.sp
\fB#include <comedilib.h>
.sp
int comedi_sv_measure (comedi_sv_t * \fIsv\fB, double * \fIdata\fB);
\fR
.SH "STATUS"
.PP
deprecated
.SH "DESCRIPTION"
.PP
The function comedi_sv_measure() uses the slowly varying Comedi
structure sv to measure a slowly varying signal.  If sucessful,
the result (in physical units) is stored in the location pointed
to by data, and the number of samples is returned.  On error, -1
is returned.
.PP