Commit graph

1088 commits

Author SHA1 Message Date
Frank Mori Hess
0b172a6493 Did a little editing and updating for bitrotten parts. 2008-01-24 21:09:32 +00:00
Frank Mori Hess
73cf1bf2e6 Use "email" element. 2008-01-24 21:09:05 +00:00
Frank Mori Hess
1a24ec3043 Fixed indentation, shouldn't have made any content changes. 2008-01-24 19:30:00 +00:00
Frank Mori Hess
dfaf144f85 Fixed indentation. Performed some editing of content. Removed some parts
which were wrong, or made no sense to me.
2008-01-24 19:11:18 +00:00
Frank Mori Hess
48a0731a29 Added some missing "para" elements in the legalnotice. Fixed up
indentation.
2008-01-24 15:08:47 +00:00
Frank Mori Hess
ab8d0426c3 Forgot to add this new file, it's part of conversion to docbook-xml. 2008-01-24 01:34:10 +00:00
Frank Mori Hess
a0568092e7 Converted comedilib docs to docbook-xml 4.4, fixing a bunch of
parse errors along the way (mostly unclosed tags).
2008-01-24 01:32:41 +00:00
Frank Mori Hess
a06bba542a Added more INSN_CONFIG wrappers: comedi_get_clock_source(),
comedi_get_gate_source(), and comedi_get_routing().  Added "channel"
parameter to some of the INSN_CONFIG wrappers.
2008-01-23 18:56:52 +00:00
Frank Mori Hess
76791bfeed Added comedi_set_filter() and comedi_set_routing() configuration
instruction wrappers.
2008-01-18 16:37:32 +00:00
Frank Mori Hess
64d656994a Updated to use comedi_set_clock_source() wrapper. 2008-01-17 17:10:07 +00:00
Frank Mori Hess
b3627840ac Added reference entries for new configuration instruction wrappers. 2008-01-17 17:03:01 +00:00
Ian Abbott
1979b2f2cc More memory initialization, error detection and cleanup in get_subdevices()
and get_rangeinfo().
2008-01-17 13:52:02 +00:00
Ian Abbott
625d44af04 Free elements of rangeinfo_list on close. 2008-01-17 13:50:32 +00:00
Frank Mori Hess
37dc388297 Return 0 from the INSN_CONFIG wrappers on success. 2008-01-16 20:09:38 +00:00
Frank Mori Hess
ebe72a2b2a Added more memory initialization for the sake of valgrind (especially
memory that gets set by ioctls that valgrind can't see).  Added a little
error handling for a few memory allocations.
2008-01-16 19:45:05 +00:00
Frank Mori Hess
4d07ce9969 Moved some wrappers for INSN_CONFIG instructions into comedilib.
Will add some reference documentation for the new functions soon.
2008-01-15 21:01:40 +00:00
Frank Mori Hess
8e610500f3 Split function references into subsections. Always build docs in
$(srcdir).
2008-01-14 22:15:07 +00:00
Frank Mori Hess
d1ff202fc4 fixed typo in hotplug warning message. 2008-01-14 20:29:37 +00:00
Bernd Porr
9493cf1b47 Synced this with comedi. PWM support. 2008-01-13 23:18:05 +00:00
Ian Abbott
599cf81a1b Define datarootdir, docdir, htmldir and pdfdir if not defined by autoconf
(first defined in autoconf-2.59c).
2007-12-19 11:44:16 +00:00
Frank Mori Hess
624228b8fe Added a little more description of return value from
comedi_mark_buffer_read(), from Jan Gukelberger <g.u.g.i@gmx.de>.
2007-12-17 00:06:39 +00:00
Ian Abbott
0b21f80783 Avoid mixing declarations and code. 2007-12-10 13:20:19 +00:00
Frank Mori Hess
f87490e0f6 Fixed setting of comedi_errno in comedi_dio_config() for invalid
arguments.
2007-12-01 15:54:08 +00:00
Frank Mori Hess
792e4b741f Got rid of obsolete error codes. 2007-12-01 15:53:18 +00:00
Ian Abbott
3464515b7d Added blancmange curve. 2007-11-30 18:20:15 +00:00
Ian Abbott
92eb0d52bc Selected waveform with -n. Shifted up sine wave if necessary. Added new
waveforms.  Fixed cycloid. :-)
2007-11-30 16:02:30 +00:00
Ian Abbott
df5e7fde3f Synced with comedi. 2007-11-30 12:24:08 +00:00
Bernd Porr
ebd3258a05 New firmware with PWM support. It uses the GPIF of the board to stream
out the bit streams.
2007-11-25 21:17:14 +00:00
Ian Abbott
94ad4788d9 Support -c channel and -r range options. 2007-11-22 18:11:22 +00:00
Bernd Porr
36dfab8446 Moved EXTRA_DIST outside of conditionals (as already happened to hotplug) 2007-11-20 19:43:00 +00:00
Frank Mori Hess
a630001ef0 Fixed name of comedi_cleanup_calibration() 2007-11-13 03:18:32 +00:00
Frank Mori Hess
24da90810d Adding trivial email address obfuscation, since some of the AUTHORS
files are linked to from the web page.
2007-11-10 16:54:15 +00:00
Ian Abbott
605fd55655 Fix use of INSN_GTOD so it works on 64-bit platforms.
A struct timeval is not the same size as a pair of lsampl_t's for 64-bit,
so can't point 'data' in a comedi_insn to a struct timeval and expect it
to work!
2007-11-07 13:01:50 +00:00
Ian Abbott
a68c805998 Fix out-of-tree build of ruby bindings. 2007-11-02 16:03:58 +00:00
Frank Mori Hess
bf4a793f51 Fixed warning on 32 bit arch, caused by my fix for 64 bits. 2007-10-29 01:12:57 +00:00
Frank Mori Hess
5b96772c03 Regenerated ChangeLog with "cvs2cl -t" for 0.8.1 release. 2007-10-29 01:01:26 +00:00
Frank Mori Hess
fde862bdbd Bumped version for 0.8.1 release. 2007-10-29 00:59:29 +00:00
Frank Mori Hess
c73ce599a6 synced with comedi. 2007-10-29 00:58:41 +00:00
Frank Mori Hess
464fb550cc Fixed compile warning on amd64 2007-10-26 21:10:05 +00:00
Frank Mori Hess
6c72b05ff4 Moved EXTRA_DIST outside of conditionals. 2007-10-21 20:05:13 +00:00
Frank Mori Hess
334b16aabe Synced with comedi. 2007-10-17 20:17:43 +00:00
Frank Mori Hess
595eae1962 Added comedi_iostream.hpp to include_HEADERS 2007-10-17 20:12:41 +00:00
Frank Mori Hess
95bea14e9e Added dio_config and dio_bitfield2 to c++ binding. 2007-10-15 19:37:50 +00:00
Frank Mori Hess
9e4c195b92 Patch from steven.jenkins@ieee.org (Steven Jenkins):
The SWIG interface file (swig/comedi.i) is out of date with respect to comedi.h
and comedilib.h. I've attempted to make it current by applying most of the
changes since 1.22 (both headers).

My ability to test is limited. The swig/ruby/demo/cmd application runs
successfully using the comedi_test device. The python extension library
compiles, but that's as far as I've taken it.
2007-10-15 00:02:49 +00:00
Frank Mori Hess
b6144ac99b Added comedi::istream and ostream classes, to provide slightly higher
level ostream::write() and istream::read() functions for transferring
data during commands.
2007-10-12 21:24:11 +00:00
Frank Mori Hess
bdbd1ab792 Added default constructor for comedi::subdevice, and added missing wrapper
for comedi_cancel().
2007-10-12 21:22:05 +00:00
Frank Mori Hess
e8ad2b3498 Sync with comedi. 2007-09-28 19:02:02 +00:00
Frank Mori Hess
d720e88a52 Added C++ binding. 2007-08-27 21:46:35 +00:00
Frank Mori Hess
e448dd685e Got rid of redundant EXTRA_DIST 2007-08-27 20:32:07 +00:00
Frank Mori Hess
d2708571d4 Patch from Tobias Blaser <tblaser@freesurf.ch>:
Here is a patch to CVS which adds the DESTDIR variable to the installation
rules in the comedilib doc Makefile. Convenient when creating packages.
2007-08-19 18:39:03 +00:00