Re: python wrapper

> the insn.data type is the same as a comedi.chanlist struct, so you can use
> this as a container for insn.data items. 

Slight correction: comedi.chanlist isn't a comedi struct, but is a
swig-generated python convenience function which returns a pointer to a
UInt array (lsamp_t), suitable for creating the Channel List array (or any
other uint array, like insn.data)

Received on 2005-03-01Z09:02:06