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
Frank Mori Hess
1081d0ff02
Gave libscxi independent version info from libcomedi. Removed
...
attempt to link to libcomedi when building libscxi.
2007-08-19 18:30:26 +00:00
Frank Mori Hess
aa782ffee1
Added blurb about do_waveform.
2007-08-14 13:21:47 +00:00
Frank Mori Hess
70dfd75dfb
Added digital output command demo.
2007-08-13 21:21:39 +00:00
Frank Mori Hess
aa946e4810
Be a little more correct by setting CMDF_WRITE flag, in preparation
...
for subdevices that support both input and output commands.
2007-08-13 21:20:35 +00:00
Frank Mori Hess
e9f2536843
print subdevice too on command dumps.
2007-08-13 21:19:36 +00:00
Frank Mori Hess
da5769b50f
synced with comedi.
2007-08-13 21:18:47 +00:00
Frank Mori Hess
12389d30c3
Moved comedi_internal_trigger into common.c
2007-08-10 18:48:03 +00:00
Frank Mori Hess
0ec21b27ef
Removed some obsolete comments.
2007-08-10 17:50:59 +00:00
Frank Mori Hess
37aeec001c
Need to use stop_src=TRIG_NONE
2007-08-09 14:10:52 +00:00
Frank Mori Hess
b5b135c303
Default buffer sizes are actually 64k now.
2007-08-07 20:59:24 +00:00
Frank Mori Hess
c1082cee65
Fixed comedi_get_cmd_generic_timed() by adding a chanlist_len
...
parameter. Old version is still available in library, thanks to the
magic of the version_script.
2007-08-02 19:46:44 +00:00
Frank Mori Hess
d11d8a69be
sync with comedi
2007-08-02 19:43:04 +00:00
Frank Mori Hess
3d1ae7facd
Removed duplicate declaration.
2007-08-02 18:44:39 +00:00
Frank Mori Hess
2dd7b6c4fe
Blah, a fresh cvs checkout does need a couple command-line options to
...
autoreconf, so put autogen.sh back in.
2007-07-31 19:51:53 +00:00
Frank Mori Hess
c06664b867
Autogenerated ChangeLog using "cvs2cl -t"
2007-07-31 17:47:49 +00:00
Frank Mori Hess
2b73533b8b
Got rid of doccomedilib, use "configure --docdir=blah" and related
...
options. Fixed some problems with "make distcheck".
2007-07-31 17:43:18 +00:00
Frank Mori Hess
9c9500a7b4
autogen.sh is gone.
2007-07-31 17:38:15 +00:00
Frank Mori Hess
3a30f9f97c
Got rid of autogen.sh, and just tell people to run autoreconf.
2007-07-31 14:50:47 +00:00
Frank Mori Hess
b216256a53
Added AUTHORS list to comedilib.
2007-07-31 14:47:27 +00:00
Frank Mori Hess
2d7d5f9bf3
Took comedi_dio_bitfield out of _COMEDILIB_DEPRECATED for release,
...
until bindings are updated.
2007-07-31 14:27:21 +00:00
Frank Mori Hess
1e3e40f1f1
synced with comedi
2007-07-31 14:20:44 +00:00
Frank Mori Hess
2b04263bed
Actually, according to current:revision:age practice, the next
...
release should be 0.8.0 since new functions have been added since
0.7.22.
2007-07-31 02:44:29 +00:00
Frank Mori Hess
e790acd5a6
Fixed up AC_INIT and AM_INIT_AUTOMAKE parameters.
2007-07-31 02:29:58 +00:00
Frank Mori Hess
8d74d571b3
Move to current:revision:age discipline for library version numbers.
...
Bumped version for next release.
2007-07-31 02:21:24 +00:00
Frank Mori Hess
68e1efcdbc
Synced with comedi.
2007-07-30 03:50:30 +00:00
Frank Mori Hess
1faffb3919
Added mention of comedi_calibrate and comedi-nonfree-firmware tarballs.
2007-07-30 03:26:57 +00:00
Ian Abbott
2f7cc6c6f2
synced with comedi
2007-07-24 13:50:45 +00:00
Ian Abbott
06fa9b06b1
Add calib_lex.h to noinst_HEADERS.
2007-07-24 13:38:14 +00:00
Ian Abbott
fc1be39d47
Add closing tags for <glosssee> and <glossseealso>.
2007-07-24 13:06:40 +00:00
Frank Mori Hess
c8ff80779b
Synced with comedi.
2007-07-16 15:01:06 +00:00
Frank Mori Hess
50f11c17b8
Added some sanity checks, and made it use the read subdev by default
...
if no "-s" command line option is given.
2007-07-16 15:00:28 +00:00
Frank Mori Hess
5868ebdb99
Corrected comments describing read_subdevice and write_subdevice members
...
of comedi_devinfo
2007-07-16 14:01:40 +00:00
Frank Mori Hess
a7d0851c85
Forgot to add file for new demo.
2007-07-16 12:46:38 +00:00
Frank Mori Hess
23acd1d5bd
Sync with comedi.
2007-07-13 20:32:43 +00:00
Frank Mori Hess
ecceacdc81
Added NI GPCT buffered counting example.
2007-07-13 20:31:50 +00:00
Frank Mori Hess
81d55d2a52
New demo program.
2007-07-12 14:57:08 +00:00