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_poll - force updating of streaming buffer

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

       The function comedi_poll is used on a subdevice that has a Comedi command in progress in order to update
       the streaming buffer. If supported by the driver, all available samples are copied to the streaming
       buffer. These samples may be pending in DMA buffers or device FIFOs. Only a few Comedi drivers support
       this operation.

Name

       comedi_poll - force updating of streaming buffer

Return Value

       On success, comedi_poll returns the number of additional bytes available. On failure, -1 is returned.

Synopsis

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

See Also