comedi_get_routing — get routing for an output
#include <comedilib.h>
int comedi_get_routing( | comedi_t * device, |
unsigned int subdevice, | |
unsigned int channel, | |
unsigned int * routing) ; |
This function queries the routing for an output, as
set by
comedi_set_routing
.
The currently configured routing
will be written to
*
.
The possible values and their corresponding routings are
driver-dependant.
routing
This function is only useable
on subdevices that provide support for the
INSN_CONFIG_GET_ROUTING
configuration instruction.