COMEDI_SV_INIT(3)

NAME

comedi_sv_init - slowly-varying inputs

SYNOPSIS

#include <comedilib.h>

int  comedi_sv_init  (comedi_sv_t * sv, comedi_t * device, unsigned int
subdevice, unsigned int channel);

STATUS

deprecated

DESCRIPTION

The function comedi_sv_init() initializes the slow varying Comedi structure sv to use the device device, the analog input subdevice subdevice, and the channel channel. The slow varying Comedi structure is used by comedi_sv_measure() to accurately measure an analog input by averaging over many samples. The default number of samples is 100. This function returns 0 on success, -1 on error.
Copyright © 2010-2025 Platon Technologies, s.r.o.           Home | Man pages | tLDP | Documents | Utilities | About
Design by styleshout