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_get_routing - get routing for an output

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

       This function queries the routing for an output, as set by comedi_set_routing. The currently configured
       routing will be written to *routing. The possible values and their corresponding routings are
       driver-dependant.

       This function is only useable on subdevices that provide support for the INSN_CONFIG_GET_ROUTING
       configuration instruction.

Name

       comedi_get_routing - get routing for an output

Return Value

       0 on success, -1 on error.

Status

       alpha

Synopsis

#include<comedilib.h>intcomedi_get_routing(comedi_t*device,unsignedintsubdevice,unsignedintchannel,unsignedint*routing);

See Also