logo
Free, unlimited AI code reviews that run on commit
git-lrc git-lrc GitHub Install Now We'd appreciate a star git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt

comedi_maxdata_is_chan_specific - maximum sample depends on channel

Authors

DavidSchleef <ds@schleef.org>
           Author.

       FrankMoriHess <fmhess@users.sourceforge.net>
           Author.

       HermanBruyninckx <Herman.Bruyninckx@mech.kuleuven.ac.be>
           Author.

       BerndPorr <tech@linux-usb-daq.co.uk>
           Author.

       IanAbbott <abbotti@mev.co.uk>
           Author.

       ÉricPiel <piel@delmic.com>
           Author.

Description

       If each channel of the specified subdevice may have different maximum sample values, this function
       returns 1. Otherwise, this function returns 0. On error, this function returns -1.

Name

       comedi_maxdata_is_chan_specific - maximum sample depends on channel

Synopsis

#include<comedilib.h>intcomedi_maxdata_is_chan_specific(comedi_t*device,unsignedintsubdevice);

See Also