comedilib/swig
W. Trevor King 1fe137aa24 Add an insn_array array_class to comedi.i.
This makes it possible to populate `comedi_insnslist_struct` for use
with `comedi_do_insnlist`.

I also removed my earlier re-typedefs of `sampl_array` and
`lsampl_array`.  I didn't understand the reason for the underlying
`TypeError` when I added them.  The proper way to avoid that error is
to use the `.cast()` and `.frompointer()` methods.  See
`demo/python/insn.py` (coming soon) for details.
2012-03-13 08:31:36 -04:00
..
python Updated procedures for building with Python's distutils. Also reduced 2010-12-20 15:49:59 +00:00
ruby Import DESTDIR in swig/ruby/setup.rb for configurable rbconfig install paths. 2010-12-14 14:37:18 +00:00
comedi.i Add an insn_array array_class to comedi.i. 2012-03-13 08:31:36 -04:00
Makefile.am Fix distcheck 2004-08-11 21:37:46 +00:00